Html Css Color HEX #C8BA2D Old Gold

📋 copy color: '#C8BA2D'

red 200 ◦ green 186 ◦ blue 45

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

Shades of Old Gold #C8BA2D

Tints of Old Gold #C8BA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.16%

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

R = 46.4%
G = 43.16%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8BA2D (or 0xC8BA2D) is known color: Old Gold. HEX triplet: C8, BA and 2D. RGB value is (200,186,45). Sum of RGB (Red+Green+Blue) = 200+186+45=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA2D is #3745D2. Grayscale: #AEAEAE. Windows color (decimal): -3622355 or 2996936. OLE color: 2996936.

HSL color Cylindrical-coordinate representation of color #C8BA2D: hue angle of 54.58º 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 #C8BA2D is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 45 -
CMYK 0 0.07 0.78 0.22
HSL 54.58º 0.63% 0.48% -
HSV(B) 54.58º 0.78% 0.78% -
XYZ 41.85 47.59 9.46 -
YUV 174.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 200 186 45 0 0.07 0.78 0.22 54.58 0.63 0.48
Hex C8 BA 2D 0 7 4E 16 37 3F 30
Octal 310 272 55 0 7 116 26 67 77 60
Binary 11001000 10111010 101101 0 111 1001110 10110 110111 111111 110000

Color Harmonies of #C8BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA2D

Black with #C8BA2D

Text Example


Text Example

White with #C8BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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