Html Css Color HEX #CECA13 Bird Flower

📋 copy color: '#CECA13'

red 206 ◦ green 202 ◦ blue 19

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

Shades of Bird Flower #CECA13

Tints of Bird Flower #CECA13

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.31%

 BLUE value IS 19 (7.81% from 255) = 4.45%

R = 48.24%
G = 47.31%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CECA13 (or 0xCECA13) is known color: Bird Flower. HEX triplet: CE, CA and 13. RGB value is (206,202,19). Sum of RGB (Red+Green+Blue) = 206+202+19=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 19 (7.81% from 255 or 4.45% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA13 is #3135EC. Grayscale: #B7B7B7. Windows color (decimal): -3225069 or 1297102. OLE color: 1297102.

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

Color convert

RGB 206 202 19 -
CMYK 0 0.02 0.91 0.19
HSL 58.72º 0.83% 0.44% -
HSV(B) 58.72º 0.91% 0.81% -
XYZ 46.69 55.41 8.85 -
YUV 182.33 35.83 144.88 -
System Red Green Blue C M Y K H S L
Decimal 206 202 19 0 0.02 0.91 0.19 58.72 0.83 0.44
Hex CE CA 13 0 2 5B 13 3B 53 2C
Octal 316 312 23 0 2 133 23 73 123 54
Binary 11001110 11001010 10011 0 10 1011011 10011 111011 1010011 101100

Color Harmonies of #CECA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA13

Black with #CECA13

Text Example


Text Example

White with #CECA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA13; }

 p { color: rgb(206,202,19); }

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

background-color css

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

 a { background-color: rgb(206,202,19); }

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

border-color css

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

 span { border-color: rgb(206,202,19); }

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