Html Css Color HEX #CECC16 Barberry

📋 copy color: '#CECC16'

red 206 ◦ green 204 ◦ blue 22

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

Shades of Barberry #CECC16

Tints of Barberry #CECC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.22%

 BLUE value IS 22 (8.98% from 255) = 5.09%

R = 47.69%
G = 47.22%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CECC16 (or 0xCECC16) is known color: Barberry. HEX triplet: CE, CC and 16. RGB value is (206,204,22). Sum of RGB (Red+Green+Blue) = 206+204+22=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 22 (8.98% from 255 or 5.09% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC16 is #3133E9. Grayscale: #B8B8B8. Windows color (decimal): -3224554 or 1494222. OLE color: 1494222.

HSL color Cylindrical-coordinate representation of color #CECC16: hue angle of 59.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CECC16 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 204 22 -
CMYK 0 0.01 0.89 0.19
HSL 59.35º 0.81% 0.45% -
HSV(B) 59.35º 0.89% 0.81% -
XYZ 47.19 56.37 9.15 -
YUV 183.85 36.66 143.8 -
System Red Green Blue C M Y K H S L
Decimal 206 204 22 0 0.01 0.89 0.19 59.35 0.81 0.45
Hex CE CC 16 0 1 59 13 3B 51 2D
Octal 316 314 26 0 1 131 23 73 121 55
Binary 11001110 11001100 10110 0 1 1011001 10011 111011 1010001 101101

Color Harmonies of #CECC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC16

Black with #CECC16

Text Example


Text Example

White with #CECC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC16; }

 p { color: rgb(206,204,22); }

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

background-color css

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

 a { background-color: rgb(206,204,22); }

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

border-color css

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

 span { border-color: rgb(206,204,22); }

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