Html Css Color HEX #C8BD4A Old Gold

📋 copy color: '#C8BD4A'

red 200 ◦ green 189 ◦ blue 74

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

Shades of Old Gold #C8BD4A

Tints of Old Gold #C8BD4A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.82%

 BLUE value IS 74 (29.3% from 255) = 15.98%

R = 43.2%
G = 40.82%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8BD4A (or 0xC8BD4A) is known color: Old Gold. HEX triplet: C8, BD and 4A. RGB value is (200,189,74). Sum of RGB (Red+Green+Blue) = 200+189+74=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD4A is #3742B5. Grayscale: #B3B3B3. Windows color (decimal): -3621558 or 4898248. OLE color: 4898248.

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

Color convert

RGB 200 189 74 -
CMYK 0 0.06 0.63 0.22
HSL 54.76º 0.53% 0.54% -
HSV(B) 54.76º 0.63% 0.78% -
XYZ 43.25 49.17 13.69 -
YUV 179.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 200 189 74 0 0.06 0.63 0.22 54.76 0.53 0.54
Hex C8 BD 4A 0 6 3F 16 37 35 36
Octal 310 275 112 0 6 77 26 67 65 66
Binary 11001000 10111101 1001010 0 110 111111 10110 110111 110101 110110

Color Harmonies of #C8BD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD4A

Black with #C8BD4A

Text Example


Text Example

White with #C8BD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD4A; }

 p { color: rgb(200,189,74); }

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

background-color css

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

 a { background-color: rgb(200,189,74); }

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

border-color css

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

 span { border-color: rgb(200,189,74); }

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