Html Css Color HEX #CECC10 Bird Flower

📋 copy color: '#CECC10'

red 206 ◦ green 204 ◦ blue 16

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

Shades of Bird Flower #CECC10

Tints of Bird Flower #CECC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 48.36%
G = 47.89%
B = 3.76%

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

#CECC10 (or 0xCECC10) is known color: Bird Flower. HEX triplet: CE, CC and 10. RGB value is (206,204,16). Sum of RGB (Red+Green+Blue) = 206+204+16=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC10 is #3133EF. Grayscale: #B7B7B7. Windows color (decimal): -3224560 or 1101006. OLE color: 1101006.

HSL color Cylindrical-coordinate representation of color #CECC10: hue angle of 59.37º degrees, saturation: 0.86, 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 #CECC10 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 204 16 -
CMYK 0 0.01 0.92 0.19
HSL 59.37º 0.86% 0.44% -
HSV(B) 59.37º 0.92% 0.81% -
XYZ 47.14 56.34 8.88 -
YUV 183.17 33.66 144.29 -
System Red Green Blue C M Y K H S L
Decimal 206 204 16 0 0.01 0.92 0.19 59.37 0.86 0.44
Hex CE CC 10 0 1 5C 13 3B 56 2C
Octal 316 314 20 0 1 134 23 73 126 54
Binary 11001110 11001100 10000 0 1 1011100 10011 111011 1010110 101100

Color Harmonies of #CECC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC10

Black with #CECC10

Text Example


Text Example

White with #CECC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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