Html Css Color HEX #C8B52D Old Gold

📋 copy color: '#C8B52D'

red 200 ◦ green 181 ◦ blue 45

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

Shades of Old Gold #C8B52D

Tints of Old Gold #C8B52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.56%

R = 46.95%
G = 42.49%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8B52D (or 0xC8B52D) is known color: Old Gold. HEX triplet: C8, B5 and 2D. RGB value is (200,181,45). Sum of RGB (Red+Green+Blue) = 200+181+45=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B52D is #374AD2. Grayscale: #ABABAB. Windows color (decimal): -3623635 or 2995656. OLE color: 2995656.

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

Color convert

RGB 200 181 45 -
CMYK 0 0.09 0.78 0.22
HSL 52.65º 0.63% 0.48% -
HSV(B) 52.65º 0.78% 0.78% -
XYZ 40.82 45.52 9.12 -
YUV 171.18 56.79 148.56 -
System Red Green Blue C M Y K H S L
Decimal 200 181 45 0 0.09 0.78 0.22 52.65 0.63 0.48
Hex C8 B5 2D 0 9 4E 16 35 3F 30
Octal 310 265 55 0 11 116 26 65 77 60
Binary 11001000 10110101 101101 0 1001 1001110 10110 110101 111111 110000

Color Harmonies of #C8B52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B52D

Black with #C8B52D

Text Example


Text Example

White with #C8B52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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