Html Css Color HEX #D2B944 Old Gold

📋 copy color: '#D2B944'

red 210 ◦ green 185 ◦ blue 68

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

Shades of Old Gold #D2B944

Tints of Old Gold #D2B944

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.96%

 BLUE value IS 68 (26.95% from 255) = 14.69%

R = 45.36%
G = 39.96%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D2B944 (or 0xD2B944) is known color: Old Gold. HEX triplet: D2, B9 and 44. RGB value is (210,185,68). Sum of RGB (Red+Green+Blue) = 210+185+68=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B944 is #2D46BB. Grayscale: #B3B3B3. Windows color (decimal): -2967228 or 4504018. OLE color: 4504018.

HSL color Cylindrical-coordinate representation of color #D2B944: hue angle of 49.44º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2B944 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 185 68 -
CMYK 0 0.12 0.68 0.18
HSL 49.44º 0.61% 0.55% -
HSV(B) 49.44º 0.68% 0.82% -
XYZ 44.97 48.82 12.52 -
YUV 179.14 65.28 150.01 -
System Red Green Blue C M Y K H S L
Decimal 210 185 68 0 0.12 0.68 0.18 49.44 0.61 0.55
Hex D2 B9 44 0 C 44 12 31 3D 37
Octal 322 271 104 0 14 104 22 61 75 67
Binary 11010010 10111001 1000100 0 1100 1000100 10010 110001 111101 110111

Color Harmonies of #D2B944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B944

Black with #D2B944

Text Example


Text Example

White with #D2B944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B944; }

 p { color: rgb(210,185,68); }

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

background-color css

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

 a { background-color: rgb(210,185,68); }

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

border-color css

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

 span { border-color: rgb(210,185,68); }

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