Html Css Color HEX #D2B541 Old Gold

📋 copy color: '#D2B541'

red 210 ◦ green 181 ◦ blue 65

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

Shades of Old Gold #D2B541

Tints of Old Gold #D2B541

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.69%

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

R = 46.05%
G = 39.69%
B = 14.25%

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

#D2B541 (or 0xD2B541) is known color: Old Gold. HEX triplet: D2, B5 and 41. RGB value is (210,181,65). Sum of RGB (Red+Green+Blue) = 210+181+65=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B541 is #2D4ABE. Grayscale: #B0B0B0. Windows color (decimal): -2968255 or 4306386. OLE color: 4306386.

HSL color Cylindrical-coordinate representation of color #D2B541: hue angle of 48º 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 #D2B541 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 181 65 -
CMYK 0 0.14 0.69 0.18
HSL 48º 0.62% 0.54% -
HSV(B) 48º 0.69% 0.82% -
XYZ 44.06 47.13 11.78 -
YUV 176.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 210 181 65 0 0.14 0.69 0.18 48 0.62 0.54
Hex D2 B5 41 0 E 45 12 30 3E 36
Octal 322 265 101 0 16 105 22 60 76 66
Binary 11010010 10110101 1000001 0 1110 1000101 10010 110000 111110 110110

Color Harmonies of #D2B541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B541

Black with #D2B541

Text Example


Text Example

White with #D2B541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B541; }

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

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

background-color css

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

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

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

border-color css

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

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

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