Html Css Color HEX #D2BF45 Old Gold

📋 copy color: '#D2BF45'

red 210 ◦ green 191 ◦ blue 69

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

Shades of Old Gold #D2BF45

Tints of Old Gold #D2BF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.68%

R = 44.68%
G = 40.64%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D2BF45 (or 0xD2BF45) is known color: Old Gold. HEX triplet: D2, BF and 45. RGB value is (210,191,69). Sum of RGB (Red+Green+Blue) = 210+191+69=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BF45 is #2D40BA. Grayscale: #B7B7B7. Windows color (decimal): -2965691 or 4571090. OLE color: 4571090.

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

Color convert

RGB 210 191 69 -
CMYK 0 0.09 0.67 0.18
HSL 51.91º 0.61% 0.55% -
HSV(B) 51.91º 0.67% 0.82% -
XYZ 46.28 51.39 13.11 -
YUV 182.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 210 191 69 0 0.09 0.67 0.18 51.91 0.61 0.55
Hex D2 BF 45 0 9 43 12 34 3D 37
Octal 322 277 105 0 11 103 22 64 75 67
Binary 11010010 10111111 1000101 0 1001 1000011 10010 110100 111101 110111

Color Harmonies of #D2BF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BF45

Black with #D2BF45

Text Example


Text Example

White with #D2BF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BF45; }

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

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

background-color css

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

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

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

border-color css

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

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

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