Html Css Color HEX #CEB718 Bird Flower

📋 copy color: '#CEB718'

red 206 ◦ green 183 ◦ blue 24

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

Shades of Bird Flower #CEB718

Tints of Bird Flower #CEB718

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.31%

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

R = 49.88%
G = 44.31%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEB718 (or 0xCEB718) is known color: Bird Flower. HEX triplet: CE, B7 and 18. RGB value is (206,183,24). Sum of RGB (Red+Green+Blue) = 206+183+24=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB718 is #3148E7. Grayscale: #ACACAC. Windows color (decimal): -3229928 or 1619918. OLE color: 1619918.

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

Color convert

RGB 206 183 24 -
CMYK 0 0.11 0.88 0.19
HSL 52.42º 0.79% 0.45% -
HSV(B) 52.42º 0.88% 0.81% -
XYZ 42.55 47.05 7.7 -
YUV 171.75 44.62 152.43 -
System Red Green Blue C M Y K H S L
Decimal 206 183 24 0 0.11 0.88 0.19 52.42 0.79 0.45
Hex CE B7 18 0 B 58 13 34 4F 2D
Octal 316 267 30 0 13 130 23 64 117 55
Binary 11001110 10110111 11000 0 1011 1011000 10011 110100 1001111 101101

Color Harmonies of #CEB718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB718

Black with #CEB718

Text Example


Text Example

White with #CEB718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB718; }

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

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

background-color css

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

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

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

border-color css

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

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

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