Html Css Color HEX #C8BD3C Old Gold

📋 copy color: '#C8BD3C'

red 200 ◦ green 189 ◦ blue 60

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

Shades of Old Gold #C8BD3C

Tints of Old Gold #C8BD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.36%

R = 44.54%
G = 42.09%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8BD3C (or 0xC8BD3C) is known color: Old Gold. HEX triplet: C8, BD and 3C. RGB value is (200,189,60). Sum of RGB (Red+Green+Blue) = 200+189+60=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD3C is #3742C3. Grayscale: #B2B2B2. Windows color (decimal): -3621572 or 3980744. OLE color: 3980744.

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

Color convert

RGB 200 189 60 -
CMYK 0 0.06 0.7 0.22
HSL 55.29º 0.56% 0.51% -
HSV(B) 55.29º 0.7% 0.78% -
XYZ 42.83 49 11.48 -
YUV 177.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 200 189 60 0 0.06 0.7 0.22 55.29 0.56 0.51
Hex C8 BD 3C 0 6 46 16 37 38 33
Octal 310 275 74 0 6 106 26 67 70 63
Binary 11001000 10111101 111100 0 110 1000110 10110 110111 111000 110011

Color Harmonies of #C8BD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD3C

Black with #C8BD3C

Text Example


Text Example

White with #C8BD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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