Html Css Color HEX #CECC12 Bird Flower

📋 copy color: '#CECC12'

red 206 ◦ green 204 ◦ blue 18

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

Shades of Bird Flower #CECC12

Tints of Bird Flower #CECC12

RGB

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

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

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

R = 48.13%
G = 47.66%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CECC12 (or 0xCECC12) is known color: Bird Flower. HEX triplet: CE, CC and 12. RGB value is (206,204,18). Sum of RGB (Red+Green+Blue) = 206+204+18=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC12 is #3133ED. Grayscale: #B8B8B8. Windows color (decimal): -3224558 or 1232078. OLE color: 1232078.

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

Color convert

RGB 206 204 18 -
CMYK 0 0.01 0.91 0.19
HSL 59.36º 0.84% 0.44% -
HSV(B) 59.36º 0.91% 0.81% -
XYZ 47.16 56.35 8.96 -
YUV 183.39 34.66 144.12 -
System Red Green Blue C M Y K H S L
Decimal 206 204 18 0 0.01 0.91 0.19 59.36 0.84 0.44
Hex CE CC 12 0 1 5B 13 3B 54 2C
Octal 316 314 22 0 1 133 23 73 124 54
Binary 11001110 11001100 10010 0 1 1011011 10011 111011 1010100 101100

Color Harmonies of #CECC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECC12

Black with #CECC12

Text Example


Text Example

White with #CECC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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