Html Css Color HEX #CEB918 Bird Flower

📋 copy color: '#CEB918'

red 206 ◦ green 185 ◦ blue 24

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

Shades of Bird Flower #CEB918

Tints of Bird Flower #CEB918

RGB

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

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

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

R = 49.64%
G = 44.58%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEB918 (or 0xCEB918) is known color: Bird Flower. HEX triplet: CE, B9 and 18. RGB value is (206,185,24). Sum of RGB (Red+Green+Blue) = 206+185+24=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB918 is #3146E7. Grayscale: #ADADAD. Windows color (decimal): -3229416 or 1620430. OLE color: 1620430.

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

Color convert

RGB 206 185 24 -
CMYK 0 0.10 0.88 0.19
HSL 53.08º 0.79% 0.45% -
HSV(B) 53.08º 0.88% 0.81% -
XYZ 42.97 47.89 7.84 -
YUV 172.93 43.96 151.59 -
System Red Green Blue C M Y K H S L
Decimal 206 185 24 0 0.10 0.88 0.19 53.08 0.79 0.45
Hex CE B9 18 0 A 58 13 35 4F 2D
Octal 316 271 30 0 12 130 23 65 117 55
Binary 11001110 10111001 11000 0 1010 1011000 10011 110101 1001111 101101

Color Harmonies of #CEB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB918

Black with #CEB918

Text Example


Text Example

White with #CEB918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB918; }

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

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

background-color css

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

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

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

border-color css

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

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

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