Html Css Color HEX #CEC024 Barberry

📋 copy color: '#CEC024'

red 206 ◦ green 192 ◦ blue 36

#CEC024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CEC024

Tints of Barberry #CEC024

RGB

 RED value IS 206 (80.86% from 255) = 47.47%

 GREEN value IS 192 (75.39% from 255) = 44.24%

 BLUE value IS 36 (14.45% from 255) = 8.29%

R = 47.47%
G = 44.24%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEC024 (or 0xCEC024) is known color: Barberry. HEX triplet: CE, C0 and 24. RGB value is (206,192,36). Sum of RGB (Red+Green+Blue) = 206+192+36=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 192 (75.39% from 255 or 44.24% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC024 is #313FDB. Grayscale: #B3B3B3. Windows color (decimal): -3227612 or 2408654. OLE color: 2408654.

HSL color Cylindrical-coordinate representation of color #CEC024: hue angle of 55.06º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEC024 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 192 36 -
CMYK 0 0.07 0.83 0.19
HSL 55.06º 0.7% 0.47% -
HSV(B) 55.06º 0.83% 0.81% -
XYZ 44.62 50.95 9.15 -
YUV 178.4 47.64 147.68 -
System Red Green Blue C M Y K H S L
Decimal 206 192 36 0 0.07 0.83 0.19 55.06 0.7 0.47
Hex CE C0 24 0 7 53 13 37 46 2F
Octal 316 300 44 0 7 123 23 67 106 57
Binary 11001110 11000000 100100 0 111 1010011 10011 110111 1000110 101111

Color Harmonies of #CEC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC024

Black with #CEC024

Text Example


Text Example

White with #CEC024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC024; }

 p { color: rgb(206,192,36); }

 H1.HeaderClassName
 {
   color: #CEC024;
 }
 .AnyTagClassName
 {
   color: #CEC024;
 }
</style>

background-color css

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

 a { background-color: rgb(206,192,36); }

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

border-color css

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

 span { border-color: rgb(206,192,36); }

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