Html Css Color HEX #D2BF32 Old Gold

📋 copy color: '#D2BF32'

red 210 ◦ green 191 ◦ blue 50

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

Shades of Old Gold #D2BF32

Tints of Old Gold #D2BF32

RGB

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

 GREEN value IS 191 (75% from 255) = 42.35%

 BLUE value IS 50 (19.92% from 255) = 11.09%

R = 46.56%
G = 42.35%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2BF32 (or 0xD2BF32) is known color: Old Gold. HEX triplet: D2, BF and 32. RGB value is (210,191,50). Sum of RGB (Red+Green+Blue) = 210+191+50=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BF32 is #2D40CD. Grayscale: #B5B5B5. Windows color (decimal): -2965710 or 3325906. OLE color: 3325906.

HSL color Cylindrical-coordinate representation of color #D2BF32: hue angle of 52.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2BF32 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 191 50 -
CMYK 0 0.09 0.76 0.18
HSL 52.88º 0.64% 0.51% -
HSV(B) 52.88º 0.76% 0.82% -
XYZ 45.78 51.19 10.49 -
YUV 180.61 54.29 148.96 -
System Red Green Blue C M Y K H S L
Decimal 210 191 50 0 0.09 0.76 0.18 52.88 0.64 0.51
Hex D2 BF 32 0 9 4C 12 35 40 33
Octal 322 277 62 0 11 114 22 65 100 63
Binary 11010010 10111111 110010 0 1001 1001100 10010 110101 1000000 110011

Color Harmonies of #D2BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BF32

Black with #D2BF32

Text Example


Text Example

White with #D2BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BF32; }

 p { color: rgb(210,191,50); }

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

background-color css

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

 a { background-color: rgb(210,191,50); }

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

border-color css

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

 span { border-color: rgb(210,191,50); }

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