Html Css Color HEX #CECC15 Bird Flower

📋 copy color: '#CECC15'

red 206 ◦ green 204 ◦ blue 21

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

Shades of Bird Flower #CECC15

Tints of Bird Flower #CECC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.87%

R = 47.8%
G = 47.33%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CECC15 (or 0xCECC15) is known color: Bird Flower. HEX triplet: CE, CC and 15. RGB value is (206,204,21). Sum of RGB (Red+Green+Blue) = 206+204+21=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC15 is #3133EA. Grayscale: #B8B8B8. Windows color (decimal): -3224555 or 1428686. OLE color: 1428686.

HSL color Cylindrical-coordinate representation of color #CECC15: 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.9%. Process color model (Four color, CMYK) of #CECC15 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 204 21 -
CMYK 0 0.01 0.90 0.19
HSL 59.35º 0.81% 0.45% -
HSV(B) 59.35º 0.9% 0.81% -
XYZ 47.18 56.36 9.1 -
YUV 183.74 36.16 143.88 -
System Red Green Blue C M Y K H S L
Decimal 206 204 21 0 0.01 0.90 0.19 59.35 0.81 0.45
Hex CE CC 15 0 1 5A 13 3B 51 2D
Octal 316 314 25 0 1 132 23 73 121 55
Binary 11001110 11001100 10101 0 1 1011010 10011 111011 1010001 101101

Color Harmonies of #CECC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC15

Black with #CECC15

Text Example


Text Example

White with #CECC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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