Html Css Color HEX #CEB916 Bird Flower

📋 copy color: '#CEB916'

red 206 ◦ green 185 ◦ blue 22

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

Shades of Bird Flower #CEB916

Tints of Bird Flower #CEB916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.79%

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

R = 49.88%
G = 44.79%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEB916 (or 0xCEB916) is known color: Bird Flower. HEX triplet: CE, B9 and 16. RGB value is (206,185,22). Sum of RGB (Red+Green+Blue) = 206+185+22=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB916 is #3146E9. Grayscale: #ADADAD. Windows color (decimal): -3229418 or 1489358. OLE color: 1489358.

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

Color convert

RGB 206 185 22 -
CMYK 0 0.10 0.89 0.19
HSL 53.15º 0.81% 0.45% -
HSV(B) 53.15º 0.89% 0.81% -
XYZ 42.95 47.88 7.74 -
YUV 172.7 42.96 151.75 -
System Red Green Blue C M Y K H S L
Decimal 206 185 22 0 0.10 0.89 0.19 53.15 0.81 0.45
Hex CE B9 16 0 A 59 13 35 51 2D
Octal 316 271 26 0 12 131 23 65 121 55
Binary 11001110 10111001 10110 0 1010 1011001 10011 110101 1010001 101101

Color Harmonies of #CEB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB916

Black with #CEB916

Text Example


Text Example

White with #CEB916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB916; }

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

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

background-color css

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

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

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

border-color css

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

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

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