Html Css Color HEX #D2BD3C Old Gold

📋 copy color: '#D2BD3C'

red 210 ◦ green 189 ◦ blue 60

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

Shades of Old Gold #D2BD3C

Tints of Old Gold #D2BD3C

RGB

 RED value IS 210 (82.42% from 255) = 45.75%

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

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

R = 45.75%
G = 41.18%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2BD3C (or 0xD2BD3C) is known color: Old Gold. HEX triplet: D2, BD and 3C. RGB value is (210,189,60). Sum of RGB (Red+Green+Blue) = 210+189+60=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BD3C is #2D42C3. Grayscale: #B5B5B5. Windows color (decimal): -2966212 or 3980754. OLE color: 3980754.

HSL color Cylindrical-coordinate representation of color #D2BD3C: hue angle of 51.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2BD3C is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 189 60 -
CMYK 0 0.10 0.71 0.18
HSL 51.6º 0.63% 0.53% -
HSV(B) 51.6º 0.71% 0.82% -
XYZ 45.59 50.42 11.6 -
YUV 180.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 210 189 60 0 0.10 0.71 0.18 51.6 0.63 0.53
Hex D2 BD 3C 0 A 47 12 34 3E 35
Octal 322 275 74 0 12 107 22 64 76 65
Binary 11010010 10111101 111100 0 1010 1000111 10010 110100 111110 110101

Color Harmonies of #D2BD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BD3C

Black with #D2BD3C

Text Example


Text Example

White with #D2BD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BD3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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