Html Css Color HEX #CEB816 Bird Flower

📋 copy color: '#CEB816'

red 206 ◦ green 184 ◦ blue 22

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

Shades of Bird Flower #CEB816

Tints of Bird Flower #CEB816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.66%

 BLUE value IS 22 (8.98% from 255) = 5.34%

R = 50%
G = 44.66%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEB816 (or 0xCEB816) is known color: Bird Flower. HEX triplet: CE, B8 and 16. RGB value is (206,184,22). Sum of RGB (Red+Green+Blue) = 206+184+22=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB816 is #3147E9. Grayscale: #ACACAC. Windows color (decimal): -3229674 or 1489102. OLE color: 1489102.

HSL color Cylindrical-coordinate representation of color #CEB816: hue angle of 52.83º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEB816 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 184 22 -
CMYK 0 0.11 0.89 0.19
HSL 52.83º 0.81% 0.45% -
HSV(B) 52.83º 0.89% 0.81% -
XYZ 42.74 47.46 7.67 -
YUV 172.11 43.29 152.17 -
System Red Green Blue C M Y K H S L
Decimal 206 184 22 0 0.11 0.89 0.19 52.83 0.81 0.45
Hex CE B8 16 0 B 59 13 35 51 2D
Octal 316 270 26 0 13 131 23 65 121 55
Binary 11001110 10111000 10110 0 1011 1011001 10011 110101 1010001 101101

Color Harmonies of #CEB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB816

Black with #CEB816

Text Example


Text Example

White with #CEB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB816; }

 p { color: rgb(206,184,22); }

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

background-color css

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

 a { background-color: rgb(206,184,22); }

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

border-color css

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

 span { border-color: rgb(206,184,22); }

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