#cec12d

Color #CEC12D Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CEC12D

Tints of Barberry #CEC12D

Color information

#CEC12D (or 0xCEC12D) is unknown color: approx Barberry. HEX triplet: CE, C1 and 2D. RGB value is (206,193,45). Sum of RGB (Red+Green+Blue) = 206+193+45=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC12D is #313ED2. Grayscale: #B4B4B4. Windows color (decimal): -3227347 or 2998734. OLE color: 2998734.

HSL color Cylindrical-coordinate representation of color #CEC12D: hue angle of 55.16º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEC12D is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20619345-
CMYK00.060.780.19
HSL55.16º64.14%49.22%-
HSV(B)55.16º78.16%80.78%-
XYZ4551.4510.04-
YUV180.0251.81146.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 45 (17.97% from 255) = 10.14%
R=46.40%
G=43.47%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061934500.060.780.1955.1664.1449.22
HexCEC12D064E13374031
Octal3163015506116236710061
Binary110011101100000110110101101001110100111101111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cec12d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cec12d; }

 p { color: rgb(206,193,45); }

 H1.HeaderClassName
 {
   color: #cec12d;
 }
 .AnyTagClassName
 {
   color: #cec12d;
 }
</style>
background-color css

<style>
 a { background-color: #cec12d; }

 a { background-color: rgb(206,193,45); }

 div.DivClassName
 {
   background-color: #cec12d;
 }
 .BgClassName
 {
   background-color: #cec12d;
 }
</style>
border-color css

<style>
 span { border-color: #cec12d; }

 span { border-color: rgb(206,193,45); }

 td.TdClassName
 {
   border-color: #cec12d;
 }
 .TagClassName
 {
   border-color: #cec12d;
 }
</style>