Html Css Color HEX #C8B835 Old Gold

📋 copy color: '#C8B835'

red 200 ◦ green 184 ◦ blue 53

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

Shades of Old Gold #C8B835

Tints of Old Gold #C8B835

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.11%

 BLUE value IS 53 (21.09% from 255) = 12.13%

R = 45.77%
G = 42.11%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C8B835 (or 0xC8B835) is known color: Old Gold. HEX triplet: C8, B8 and 35. RGB value is (200,184,53). Sum of RGB (Red+Green+Blue) = 200+184+53=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B835 is #3747CA. Grayscale: #AEAEAE. Windows color (decimal): -3622859 or 3520712. OLE color: 3520712.

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

Color convert

RGB 200 184 53 -
CMYK 0 0.08 0.74 0.22
HSL 53.47º 0.58% 0.5% -
HSV(B) 53.47º 0.74% 0.78% -
XYZ 41.6 46.82 10.21 -
YUV 173.85 59.8 146.65 -
System Red Green Blue C M Y K H S L
Decimal 200 184 53 0 0.08 0.74 0.22 53.47 0.58 0.5
Hex C8 B8 35 0 8 4A 16 35 3A 32
Octal 310 270 65 0 10 112 26 65 72 62
Binary 11001000 10111000 110101 0 1000 1001010 10110 110101 111010 110010

Color Harmonies of #C8B835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B835

Black with #C8B835

Text Example


Text Example

White with #C8B835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B835; }

 p { color: rgb(200,184,53); }

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

background-color css

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

 a { background-color: rgb(200,184,53); }

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

border-color css

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

 span { border-color: rgb(200,184,53); }

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