Html Css Color HEX #CEB611 Bird Flower

📋 copy color: '#CEB611'

red 206 ◦ green 182 ◦ blue 17

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

Shades of Bird Flower #CEB611

Tints of Bird Flower #CEB611

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.94%

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

R = 50.86%
G = 44.94%
B = 4.2%

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

#CEB611 (or 0xCEB611) is known color: Bird Flower. HEX triplet: CE, B6 and 11. RGB value is (206,182,17). Sum of RGB (Red+Green+Blue) = 206+182+17=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB611 is #3149EE. Grayscale: #ABABAB. Windows color (decimal): -3230191 or 1160910. OLE color: 1160910.

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

Color convert

RGB 206 182 17 -
CMYK 0 0.12 0.92 0.19
HSL 52.38º 0.85% 0.44% -
HSV(B) 52.38º 0.92% 0.81% -
XYZ 42.28 46.62 7.3 -
YUV 170.37 41.45 153.42 -
System Red Green Blue C M Y K H S L
Decimal 206 182 17 0 0.12 0.92 0.19 52.38 0.85 0.44
Hex CE B6 11 0 C 5C 13 34 55 2C
Octal 316 266 21 0 14 134 23 64 125 54
Binary 11001110 10110110 10001 0 1100 1011100 10011 110100 1010101 101100

Color Harmonies of #CEB611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB611

Black with #CEB611

Text Example


Text Example

White with #CEB611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB611; }

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

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

background-color css

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

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

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

border-color css

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

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

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