Html Css Color HEX #C8B918 Bird Flower

📋 copy color: '#C8B918'

red 200 ◦ green 185 ◦ blue 24

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

Shades of Bird Flower #C8B918

Tints of Bird Flower #C8B918

RGB

 RED value IS 200 (78.52% from 255) = 48.9%

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

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

R = 48.9%
G = 45.23%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C8B918 (or 0xC8B918) is known color: Bird Flower. HEX triplet: C8, B9 and 18. RGB value is (200,185,24). Sum of RGB (Red+Green+Blue) = 200+185+24=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B918 is #3746E7. Grayscale: #ABABAB. Windows color (decimal): -3622632 or 1620424. OLE color: 1620424.

HSL color Cylindrical-coordinate representation of color #C8B918: hue angle of 54.89º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8B918 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 185 24 -
CMYK 0 0.08 0.88 0.22
HSL 54.89º 0.79% 0.44% -
HSV(B) 54.89º 0.88% 0.78% -
XYZ 41.33 47.04 7.77 -
YUV 171.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 200 185 24 0 0.08 0.88 0.22 54.89 0.79 0.44
Hex C8 B9 18 0 8 58 16 37 4F 2C
Octal 310 271 30 0 10 130 26 67 117 54
Binary 11001000 10111001 11000 0 1000 1011000 10110 110111 1001111 101100

Color Harmonies of #C8B918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B918

Black with #C8B918

Text Example


Text Example

White with #C8B918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B918; }

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

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

background-color css

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

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

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

border-color css

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

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

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