Html Css Color HEX #CEB616 Bird Flower

📋 copy color: '#CEB616'

red 206 ◦ green 182 ◦ blue 22

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

Shades of Bird Flower #CEB616

Tints of Bird Flower #CEB616

RGB

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

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

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

R = 50.24%
G = 44.39%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEB616 (or 0xCEB616) is known color: Bird Flower. HEX triplet: CE, B6 and 16. RGB value is (206,182,22). Sum of RGB (Red+Green+Blue) = 206+182+22=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB616 is #3149E9. Grayscale: #ABABAB. Windows color (decimal): -3230186 or 1488590. OLE color: 1488590.

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

Color convert

RGB 206 182 22 -
CMYK 0 0.12 0.89 0.19
HSL 52.17º 0.81% 0.45% -
HSV(B) 52.17º 0.89% 0.81% -
XYZ 42.33 46.64 7.53 -
YUV 170.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 206 182 22 0 0.12 0.89 0.19 52.17 0.81 0.45
Hex CE B6 16 0 C 59 13 34 51 2D
Octal 316 266 26 0 14 131 23 64 121 55
Binary 11001110 10110110 10110 0 1100 1011001 10011 110100 1010001 101101

Color Harmonies of #CEB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB616

Black with #CEB616

Text Example


Text Example

White with #CEB616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB616; }

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

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

background-color css

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

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

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

border-color css

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

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

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