Html Css Color HEX #CEB511 Bird Flower

📋 copy color: '#CEB511'

red 206 ◦ green 181 ◦ blue 17

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

Shades of Bird Flower #CEB511

Tints of Bird Flower #CEB511

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.8%

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

R = 50.99%
G = 44.8%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CEB511 (or 0xCEB511) is known color: Bird Flower. HEX triplet: CE, B5 and 11. RGB value is (206,181,17). Sum of RGB (Red+Green+Blue) = 206+181+17=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB511 is #314AEE. Grayscale: #AAAAAA. Windows color (decimal): -3230447 or 1160654. OLE color: 1160654.

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

Color convert

RGB 206 181 17 -
CMYK 0 0.12 0.92 0.19
HSL 52.06º 0.85% 0.44% -
HSV(B) 52.06º 0.92% 0.81% -
XYZ 42.08 46.21 7.23 -
YUV 169.78 41.78 153.84 -
System Red Green Blue C M Y K H S L
Decimal 206 181 17 0 0.12 0.92 0.19 52.06 0.85 0.44
Hex CE B5 11 0 C 5C 13 34 55 2C
Octal 316 265 21 0 14 134 23 64 125 54
Binary 11001110 10110101 10001 0 1100 1011100 10011 110100 1010101 101100

Color Harmonies of #CEB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB511

Black with #CEB511

Text Example


Text Example

White with #CEB511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB511; }

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

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

background-color css

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

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

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

border-color css

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

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

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