Html Css Color HEX #C8B508 Bird Flower

📋 copy color: '#C8B508'

red 200 ◦ green 181 ◦ blue 8

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

Shades of Bird Flower #C8B508

Tints of Bird Flower #C8B508

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.53%

 BLUE value IS 8 (3.52% from 255) = 2.06%

R = 51.41%
G = 46.53%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C8B508 (or 0xC8B508) is known color: Bird Flower. HEX triplet: C8, B5 and 08. RGB value is (200,181,8). Sum of RGB (Red+Green+Blue) = 200+181+8=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B508 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B508 is #374AF7. Grayscale: #A7A7A7. Windows color (decimal): -3623672 or 570824. OLE color: 570824.

HSL color Cylindrical-coordinate representation of color #C8B508: hue angle of 54.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8B508 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 181 8 -
CMYK 0 0.09 0.96 0.22
HSL 54.06º 0.92% 0.41% -
HSV(B) 54.06º 0.96% 0.78% -
XYZ 40.39 45.34 6.85 -
YUV 166.96 38.29 151.57 -
System Red Green Blue C M Y K H S L
Decimal 200 181 8 0 0.09 0.96 0.22 54.06 0.92 0.41
Hex C8 B5 8 0 9 60 16 36 5C 29
Octal 310 265 10 0 11 140 26 66 134 51
Binary 11001000 10110101 1000 0 1001 1100000 10110 110110 1011100 101001

Color Harmonies of #C8B508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B508

Black with #C8B508

Text Example


Text Example

White with #C8B508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B508; }

 p { color: rgb(200,181,8); }

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

background-color css

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

 a { background-color: rgb(200,181,8); }

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

border-color css

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

 span { border-color: rgb(200,181,8); }

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