Html Css Color HEX #CECB14 Bird Flower

📋 copy color: '#CECB14'

red 206 ◦ green 203 ◦ blue 20

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

Shades of Bird Flower #CECB14

Tints of Bird Flower #CECB14

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.32%

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

R = 48.02%
G = 47.32%
B = 4.66%

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

#CECB14 (or 0xCECB14) is known color: Bird Flower. HEX triplet: CE, CB and 14. RGB value is (206,203,20). Sum of RGB (Red+Green+Blue) = 206+203+20=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB14 is #3134EB. Grayscale: #B7B7B7. Windows color (decimal): -3224812 or 1362894. OLE color: 1362894.

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

Color convert

RGB 206 203 20 -
CMYK 0 0.01 0.90 0.19
HSL 59.03º 0.82% 0.44% -
HSV(B) 59.03º 0.9% 0.81% -
XYZ 46.94 55.88 8.97 -
YUV 183.04 35.99 144.38 -
System Red Green Blue C M Y K H S L
Decimal 206 203 20 0 0.01 0.90 0.19 59.03 0.82 0.44
Hex CE CB 14 0 1 5A 13 3B 52 2C
Octal 316 313 24 0 1 132 23 73 122 54
Binary 11001110 11001011 10100 0 1 1011010 10011 111011 1010010 101100

Color Harmonies of #CECB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECB14

Black with #CECB14

Text Example


Text Example

White with #CECB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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