Html Css Color HEX #D2B441 Old Gold

📋 copy color: '#D2B441'

red 210 ◦ green 180 ◦ blue 65

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

Shades of Old Gold #D2B441

Tints of Old Gold #D2B441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.56%

 BLUE value IS 65 (25.78% from 255) = 14.29%

R = 46.15%
G = 39.56%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D2B441 (or 0xD2B441) is known color: Old Gold. HEX triplet: D2, B4 and 41. RGB value is (210,180,65). Sum of RGB (Red+Green+Blue) = 210+180+65=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B441 is #2D4BBE. Grayscale: #B0B0B0. Windows color (decimal): -2968511 or 4306130. OLE color: 4306130.

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

Color convert

RGB 210 180 65 -
CMYK 0 0.14 0.69 0.18
HSL 47.59º 0.62% 0.54% -
HSV(B) 47.59º 0.69% 0.82% -
XYZ 43.85 46.73 11.71 -
YUV 175.86 65.44 152.35 -
System Red Green Blue C M Y K H S L
Decimal 210 180 65 0 0.14 0.69 0.18 47.59 0.62 0.54
Hex D2 B4 41 0 E 45 12 30 3E 36
Octal 322 264 101 0 16 105 22 60 76 66
Binary 11010010 10110100 1000001 0 1110 1000101 10010 110000 111110 110110

Color Harmonies of #D2B441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B441

Black with #D2B441

Text Example


Text Example

White with #D2B441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B441; }

 p { color: rgb(210,180,65); }

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

background-color css

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

 a { background-color: rgb(210,180,65); }

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

border-color css

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

 span { border-color: rgb(210,180,65); }

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