Html Css Color HEX #CEC20C Bird Flower

📋 copy color: '#CEC20C'

red 206 ◦ green 194 ◦ blue 12

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

Shades of Bird Flower #CEC20C

Tints of Bird Flower #CEC20C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.09%

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

R = 50%
G = 47.09%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CEC20C (or 0xCEC20C) is known color: Bird Flower. HEX triplet: CE, C2 and 0C. RGB value is (206,194,12). Sum of RGB (Red+Green+Blue) = 206+194+12=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC20C is #313DF3. Grayscale: #B1B1B1. Windows color (decimal): -3227124 or 836302. OLE color: 836302.

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

Color convert

RGB 206 194 12 -
CMYK 0 0.06 0.94 0.19
HSL 56.29º 0.89% 0.43% -
HSV(B) 56.29º 0.94% 0.81% -
XYZ 44.81 51.73 7.97 -
YUV 176.84 34.98 148.8 -
System Red Green Blue C M Y K H S L
Decimal 206 194 12 0 0.06 0.94 0.19 56.29 0.89 0.43
Hex CE C2 C 0 6 5E 13 38 59 2B
Octal 316 302 14 0 6 136 23 70 131 53
Binary 11001110 11000010 1100 0 110 1011110 10011 111000 1011001 101011

Color Harmonies of #CEC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC20C

Black with #CEC20C

Text Example


Text Example

White with #CEC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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