Html Css Color HEX #C8B530 Old Gold

📋 copy color: '#C8B530'

red 200 ◦ green 181 ◦ blue 48

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

Shades of Old Gold #C8B530

Tints of Old Gold #C8B530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.19%

R = 46.62%
G = 42.19%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8B530 (or 0xC8B530) is known color: Old Gold. HEX triplet: C8, B5 and 30. RGB value is (200,181,48). Sum of RGB (Red+Green+Blue) = 200+181+48=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 48 (19.14% from 255 or 11.19% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B530 is #374ACF. Grayscale: #ACACAC. Windows color (decimal): -3623632 or 3192264. OLE color: 3192264.

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

Color convert

RGB 200 181 48 -
CMYK 0 0.09 0.76 0.22
HSL 52.5º 0.61% 0.49% -
HSV(B) 52.5º 0.76% 0.78% -
XYZ 40.88 45.54 9.43 -
YUV 171.52 58.29 148.31 -
System Red Green Blue C M Y K H S L
Decimal 200 181 48 0 0.09 0.76 0.22 52.5 0.61 0.49
Hex C8 B5 30 0 9 4C 16 34 3D 31
Octal 310 265 60 0 11 114 26 64 75 61
Binary 11001000 10110101 110000 0 1001 1001100 10110 110100 111101 110001

Color Harmonies of #C8B530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B530

Black with #C8B530

Text Example


Text Example

White with #C8B530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B530; }

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

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

background-color css

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

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

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

border-color css

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

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

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