Html Css Color HEX #CECA12 Bird Flower

📋 copy color: '#CECA12'

red 206 ◦ green 202 ◦ blue 18

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

Shades of Bird Flower #CECA12

Tints of Bird Flower #CECA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.23%

R = 48.36%
G = 47.42%
B = 4.23%

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

#CECA12 (or 0xCECA12) is known color: Bird Flower. HEX triplet: CE, CA and 12. RGB value is (206,202,18). Sum of RGB (Red+Green+Blue) = 206+202+18=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA12 is #3135ED. Grayscale: #B6B6B6. Windows color (decimal): -3225070 or 1231566. OLE color: 1231566.

HSL color Cylindrical-coordinate representation of color #CECA12: hue angle of 58.72º degrees, saturation: 0.84, 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 #CECA12 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 202 18 -
CMYK 0 0.02 0.91 0.19
HSL 58.72º 0.84% 0.44% -
HSV(B) 58.72º 0.91% 0.81% -
XYZ 46.68 55.41 8.81 -
YUV 182.22 35.33 144.96 -
System Red Green Blue C M Y K H S L
Decimal 206 202 18 0 0.02 0.91 0.19 58.72 0.84 0.44
Hex CE CA 12 0 2 5B 13 3B 54 2C
Octal 316 312 22 0 2 133 23 73 124 54
Binary 11001110 11001010 10010 0 10 1011011 10011 111011 1010100 101100

Color Harmonies of #CECA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA12

Black with #CECA12

Text Example


Text Example

White with #CECA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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