Html Css Color HEX #CEB117 Bird Flower

📋 copy color: '#CEB117'

red 206 ◦ green 177 ◦ blue 23

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

Shades of Bird Flower #CEB117

Tints of Bird Flower #CEB117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.6%

 BLUE value IS 23 (9.38% from 255) = 5.67%

R = 50.74%
G = 43.6%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CEB117 (or 0xCEB117) is known color: Bird Flower. HEX triplet: CE, B1 and 17. RGB value is (206,177,23). Sum of RGB (Red+Green+Blue) = 206+177+23=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB117 is #314EE8. Grayscale: #A8A8A8. Windows color (decimal): -3231465 or 1552846. OLE color: 1552846.

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

Color convert

RGB 206 177 23 -
CMYK 0 0.14 0.89 0.19
HSL 50.49º 0.8% 0.45% -
HSV(B) 50.49º 0.89% 0.81% -
XYZ 41.33 44.63 7.25 -
YUV 168.12 46.11 155.02 -
System Red Green Blue C M Y K H S L
Decimal 206 177 23 0 0.14 0.89 0.19 50.49 0.8 0.45
Hex CE B1 17 0 E 59 13 32 50 2D
Octal 316 261 27 0 16 131 23 62 120 55
Binary 11001110 10110001 10111 0 1110 1011001 10011 110010 1010000 101101

Color Harmonies of #CEB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB117

Black with #CEB117

Text Example


Text Example

White with #CEB117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB117; }

 p { color: rgb(206,177,23); }

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

background-color css

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

 a { background-color: rgb(206,177,23); }

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

border-color css

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

 span { border-color: rgb(206,177,23); }

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