Html Css Color HEX #CEC811 Bird Flower

📋 copy color: '#CEC811'

red 206 ◦ green 200 ◦ blue 17

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

Shades of Bird Flower #CEC811

Tints of Bird Flower #CEC811

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.28%

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

R = 48.7%
G = 47.28%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEC811 (or 0xCEC811) is known color: Bird Flower. HEX triplet: CE, C8 and 11. RGB value is (206,200,17). Sum of RGB (Red+Green+Blue) = 206+200+17=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 200 (78.52% from 255 or 47.28% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC811 is #3137EE. Grayscale: #B5B5B5. Windows color (decimal): -3225583 or 1165518. OLE color: 1165518.

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

Color convert

RGB 206 200 17 -
CMYK 0 0.03 0.92 0.19
HSL 58.1º 0.85% 0.44% -
HSV(B) 58.1º 0.92% 0.81% -
XYZ 46.21 54.47 8.61 -
YUV 180.93 35.49 145.88 -
System Red Green Blue C M Y K H S L
Decimal 206 200 17 0 0.03 0.92 0.19 58.1 0.85 0.44
Hex CE C8 11 0 3 5C 13 3A 55 2C
Octal 316 310 21 0 3 134 23 72 125 54
Binary 11001110 11001000 10001 0 11 1011100 10011 111010 1010101 101100

Color Harmonies of #CEC811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC811

Black with #CEC811

Text Example


Text Example

White with #CEC811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC811; }

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

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

background-color css

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

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

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

border-color css

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

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

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