Html Css Color HEX #D2BA39 Old Gold

📋 copy color: '#D2BA39'

red 210 ◦ green 186 ◦ blue 57

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

Shades of Old Gold #D2BA39

Tints of Old Gold #D2BA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.58%

R = 46.36%
G = 41.06%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2BA39 (or 0xD2BA39) is known color: Old Gold. HEX triplet: D2, BA and 39. RGB value is (210,186,57). Sum of RGB (Red+Green+Blue) = 210+186+57=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 57 (22.66% from 255 or 12.58% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA39 is #2D45C6. Grayscale: #B3B3B3. Windows color (decimal): -2966983 or 3783378. OLE color: 3783378.

HSL color Cylindrical-coordinate representation of color #D2BA39: hue angle of 50.59º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2BA39 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 186 57 -
CMYK 0 0.11 0.73 0.18
HSL 50.59º 0.63% 0.52% -
HSV(B) 50.59º 0.73% 0.82% -
XYZ 44.88 49.11 10.99 -
YUV 178.47 59.45 150.49 -
System Red Green Blue C M Y K H S L
Decimal 210 186 57 0 0.11 0.73 0.18 50.59 0.63 0.52
Hex D2 BA 39 0 B 49 12 33 3F 34
Octal 322 272 71 0 13 111 22 63 77 64
Binary 11010010 10111010 111001 0 1011 1001001 10010 110011 111111 110100

Color Harmonies of #D2BA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BA39

Black with #D2BA39

Text Example


Text Example

White with #D2BA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BA39; }

 p { color: rgb(210,186,57); }

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

background-color css

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

 a { background-color: rgb(210,186,57); }

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

border-color css

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

 span { border-color: rgb(210,186,57); }

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