Html Css Color HEX #D2BA34 Old Gold

📋 copy color: '#D2BA34'

red 210 ◦ green 186 ◦ blue 52

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

Shades of Old Gold #D2BA34

Tints of Old Gold #D2BA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.52%

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

R = 46.88%
G = 41.52%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2BA34 (or 0xD2BA34) is known color: Old Gold. HEX triplet: D2, BA and 34. RGB value is (210,186,52). Sum of RGB (Red+Green+Blue) = 210+186+52=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA34 is #2D45CB. Grayscale: #B2B2B2. Windows color (decimal): -2966988 or 3455698. OLE color: 3455698.

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

Color convert

RGB 210 186 52 -
CMYK 0 0.11 0.75 0.18
HSL 50.89º 0.64% 0.51% -
HSV(B) 50.89º 0.75% 0.82% -
XYZ 44.76 49.07 10.36 -
YUV 177.9 56.95 150.9 -
System Red Green Blue C M Y K H S L
Decimal 210 186 52 0 0.11 0.75 0.18 50.89 0.64 0.51
Hex D2 BA 34 0 B 4B 12 33 40 33
Octal 322 272 64 0 13 113 22 63 100 63
Binary 11010010 10111010 110100 0 1011 1001011 10010 110011 1000000 110011

Color Harmonies of #D2BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BA34

Black with #D2BA34

Text Example


Text Example

White with #D2BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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