Html Css Color HEX #CECC14 Bird Flower

📋 copy color: '#CECC14'

red 206 ◦ green 204 ◦ blue 20

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

Shades of Bird Flower #CECC14

Tints of Bird Flower #CECC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.65%

R = 47.91%
G = 47.44%
B = 4.65%

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

#CECC14 (or 0xCECC14) is known color: Bird Flower. HEX triplet: CE, CC and 14. RGB value is (206,204,20). Sum of RGB (Red+Green+Blue) = 206+204+20=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC14 is #3133EB. Grayscale: #B8B8B8. Windows color (decimal): -3224556 or 1363150. OLE color: 1363150.

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

Color convert

RGB 206 204 20 -
CMYK 0 0.01 0.90 0.19
HSL 59.35º 0.82% 0.44% -
HSV(B) 59.35º 0.9% 0.81% -
XYZ 47.17 56.36 9.05 -
YUV 183.62 35.66 143.96 -
System Red Green Blue C M Y K H S L
Decimal 206 204 20 0 0.01 0.90 0.19 59.35 0.82 0.44
Hex CE CC 14 0 1 5A 13 3B 52 2C
Octal 316 314 24 0 1 132 23 73 122 54
Binary 11001110 11001100 10100 0 1 1011010 10011 111011 1010010 101100

Color Harmonies of #CECC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC14

Black with #CECC14

Text Example


Text Example

White with #CECC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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