Html Css Color HEX #D2BF34 Old Gold

📋 copy color: '#D2BF34'

red 210 ◦ green 191 ◦ blue 52

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

Shades of Old Gold #D2BF34

Tints of Old Gold #D2BF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.48%

R = 46.36%
G = 42.16%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2BF34 (or 0xD2BF34) is known color: Old Gold. HEX triplet: D2, BF and 34. RGB value is (210,191,52). Sum of RGB (Red+Green+Blue) = 210+191+52=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BF34 is #2D40CB. Grayscale: #B5B5B5. Windows color (decimal): -2965708 or 3456978. OLE color: 3456978.

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

Color convert

RGB 210 191 52 -
CMYK 0 0.09 0.75 0.18
HSL 52.78º 0.64% 0.51% -
HSV(B) 52.78º 0.75% 0.82% -
XYZ 45.83 51.21 10.72 -
YUV 180.84 55.29 148.8 -
System Red Green Blue C M Y K H S L
Decimal 210 191 52 0 0.09 0.75 0.18 52.78 0.64 0.51
Hex D2 BF 34 0 9 4B 12 35 40 33
Octal 322 277 64 0 11 113 22 65 100 63
Binary 11010010 10111111 110100 0 1001 1001011 10010 110101 1000000 110011

Color Harmonies of #D2BF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BF34

Black with #D2BF34

Text Example


Text Example

White with #D2BF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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