Html Css Color HEX #CEC211 Bird Flower

📋 copy color: '#CEC211'

red 206 ◦ green 194 ◦ blue 17

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

Shades of Bird Flower #CEC211

Tints of Bird Flower #CEC211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.08%

R = 49.4%
G = 46.52%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEC211 (or 0xCEC211) is known color: Bird Flower. HEX triplet: CE, C2 and 11. RGB value is (206,194,17). Sum of RGB (Red+Green+Blue) = 206+194+17=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC211 is #313DEE. Grayscale: #B2B2B2. Windows color (decimal): -3227119 or 1163982. OLE color: 1163982.

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

Color convert

RGB 206 194 17 -
CMYK 0 0.06 0.92 0.19
HSL 56.19º 0.85% 0.44% -
HSV(B) 56.19º 0.92% 0.81% -
XYZ 44.85 51.75 8.15 -
YUV 177.41 37.48 148.39 -
System Red Green Blue C M Y K H S L
Decimal 206 194 17 0 0.06 0.92 0.19 56.19 0.85 0.44
Hex CE C2 11 0 6 5C 13 38 55 2C
Octal 316 302 21 0 6 134 23 70 125 54
Binary 11001110 11000010 10001 0 110 1011100 10011 111000 1010101 101100

Color Harmonies of #CEC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC211

Black with #CEC211

Text Example


Text Example

White with #CEC211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC211; }

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

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

background-color css

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

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

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

border-color css

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

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

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