Html Css Color HEX #CEB011 Bird Flower

📋 copy color: '#CEB011'

red 206 ◦ green 176 ◦ blue 17

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

Shades of Bird Flower #CEB011

Tints of Bird Flower #CEB011

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.11%

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

R = 51.63%
G = 44.11%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEB011 (or 0xCEB011) is known color: Bird Flower. HEX triplet: CE, B0 and 11. RGB value is (206,176,17). Sum of RGB (Red+Green+Blue) = 206+176+17=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB011 is #314FEE. Grayscale: #A7A7A7. Windows color (decimal): -3231727 or 1159374. OLE color: 1159374.

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

Color convert

RGB 206 176 17 -
CMYK 0 0.15 0.92 0.19
HSL 50.48º 0.85% 0.44% -
HSV(B) 50.48º 0.92% 0.81% -
XYZ 41.08 44.21 6.9 -
YUV 166.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 206 176 17 0 0.15 0.92 0.19 50.48 0.85 0.44
Hex CE B0 11 0 F 5C 13 32 55 2C
Octal 316 260 21 0 17 134 23 62 125 54
Binary 11001110 10110000 10001 0 1111 1011100 10011 110010 1010101 101100

Color Harmonies of #CEB011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB011

Black with #CEB011

Text Example


Text Example

White with #CEB011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB011; }

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

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

background-color css

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

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

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

border-color css

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

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

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