Html Css Color HEX #C8B534 Old Gold

📋 copy color: '#C8B534'

red 200 ◦ green 181 ◦ blue 52

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

Shades of Old Gold #C8B534

Tints of Old Gold #C8B534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.01%

R = 46.19%
G = 41.8%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8B534 (or 0xC8B534) is known color: Old Gold. HEX triplet: C8, B5 and 34. RGB value is (200,181,52). Sum of RGB (Red+Green+Blue) = 200+181+52=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B534 is #374ACB. Grayscale: #ACACAC. Windows color (decimal): -3623628 or 3454408. OLE color: 3454408.

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

Color convert

RGB 200 181 52 -
CMYK 0 0.09 0.74 0.22
HSL 52.3º 0.59% 0.49% -
HSV(B) 52.3º 0.74% 0.78% -
XYZ 40.96 45.58 9.89 -
YUV 171.98 60.29 147.99 -
System Red Green Blue C M Y K H S L
Decimal 200 181 52 0 0.09 0.74 0.22 52.3 0.59 0.49
Hex C8 B5 34 0 9 4A 16 34 3B 31
Octal 310 265 64 0 11 112 26 64 73 61
Binary 11001000 10110101 110100 0 1001 1001010 10110 110100 111011 110001

Color Harmonies of #C8B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B534

Black with #C8B534

Text Example


Text Example

White with #C8B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B534; }

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

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

background-color css

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

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

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

border-color css

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

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

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