Html Css Color HEX #CEB118 Bird Flower

📋 copy color: '#CEB118'

red 206 ◦ green 177 ◦ blue 24

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

Shades of Bird Flower #CEB118

Tints of Bird Flower #CEB118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.9%

R = 50.61%
G = 43.49%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEB118 (or 0xCEB118) is known color: Bird Flower. HEX triplet: CE, B1 and 18. RGB value is (206,177,24). Sum of RGB (Red+Green+Blue) = 206+177+24=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB118 is #314EE7. Grayscale: #A8A8A8. Windows color (decimal): -3231464 or 1618382. OLE color: 1618382.

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

Color convert

RGB 206 177 24 -
CMYK 0 0.14 0.88 0.19
HSL 50.44º 0.79% 0.45% -
HSV(B) 50.44º 0.88% 0.81% -
XYZ 41.34 44.63 7.3 -
YUV 168.23 46.61 154.94 -
System Red Green Blue C M Y K H S L
Decimal 206 177 24 0 0.14 0.88 0.19 50.44 0.79 0.45
Hex CE B1 18 0 E 58 13 32 4F 2D
Octal 316 261 30 0 16 130 23 62 117 55
Binary 11001110 10110001 11000 0 1110 1011000 10011 110010 1001111 101101

Color Harmonies of #CEB118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB118

Black with #CEB118

Text Example


Text Example

White with #CEB118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB118; }

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

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

background-color css

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

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

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

border-color css

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

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

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