Html Css Color HEX #CEC60C Bird Flower

📋 copy color: '#CEC60C'

red 206 ◦ green 198 ◦ blue 12

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

Shades of Bird Flower #CEC60C

Tints of Bird Flower #CEC60C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.6%

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 49.52%
G = 47.6%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEC60C (or 0xCEC60C) is known color: Bird Flower. HEX triplet: CE, C6 and 0C. RGB value is (206,198,12). Sum of RGB (Red+Green+Blue) = 206+198+12=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC60C is #3139F3. Grayscale: #B3B3B3. Windows color (decimal): -3226100 or 837326. OLE color: 837326.

HSL color Cylindrical-coordinate representation of color #CEC60C: hue angle of 57.53º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEC60C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 198 12 -
CMYK 0 0.04 0.94 0.19
HSL 57.53º 0.89% 0.43% -
HSV(B) 57.53º 0.94% 0.81% -
XYZ 45.71 53.54 8.27 -
YUV 179.19 33.65 147.12 -
System Red Green Blue C M Y K H S L
Decimal 206 198 12 0 0.04 0.94 0.19 57.53 0.89 0.43
Hex CE C6 C 0 4 5E 13 3A 59 2B
Octal 316 306 14 0 4 136 23 72 131 53
Binary 11001110 11000110 1100 0 100 1011110 10011 111010 1011001 101011

Color Harmonies of #CEC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC60C

Black with #CEC60C

Text Example


Text Example

White with #CEC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC60C; }

 p { color: rgb(206,198,12); }

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

background-color css

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

 a { background-color: rgb(206,198,12); }

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

border-color css

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

 span { border-color: rgb(206,198,12); }

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