Html Css Color HEX #CECC11 Bird Flower

📋 copy color: '#CECC11'

red 206 ◦ green 204 ◦ blue 17

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

Shades of Bird Flower #CECC11

Tints of Bird Flower #CECC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.98%

R = 48.24%
G = 47.78%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CECC11 (or 0xCECC11) is known color: Bird Flower. HEX triplet: CE, CC and 11. RGB value is (206,204,17). Sum of RGB (Red+Green+Blue) = 206+204+17=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC11 is #3133EE. Grayscale: #B8B8B8. Windows color (decimal): -3224559 or 1166542. OLE color: 1166542.

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

Color convert

RGB 206 204 17 -
CMYK 0 0.01 0.92 0.19
HSL 59.37º 0.85% 0.44% -
HSV(B) 59.37º 0.92% 0.81% -
XYZ 47.15 56.35 8.92 -
YUV 183.28 34.16 144.21 -
System Red Green Blue C M Y K H S L
Decimal 206 204 17 0 0.01 0.92 0.19 59.37 0.85 0.44
Hex CE CC 11 0 1 5C 13 3B 55 2C
Octal 316 314 21 0 1 134 23 73 125 54
Binary 11001110 11001100 10001 0 1 1011100 10011 111011 1010101 101100

Color Harmonies of #CECC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC11

Black with #CECC11

Text Example


Text Example

White with #CECC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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