Html Css Color HEX #D2BB40 Old Gold

📋 copy color: '#D2BB40'

red 210 ◦ green 187 ◦ blue 64

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

Shades of Old Gold #D2BB40

Tints of Old Gold #D2BB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.56%

 BLUE value IS 64 (25.39% from 255) = 13.88%

R = 45.55%
G = 40.56%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D2BB40 (or 0xD2BB40) is known color: Old Gold. HEX triplet: D2, BB and 40. RGB value is (210,187,64). Sum of RGB (Red+Green+Blue) = 210+187+64=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BB40 is #2D44BF. Grayscale: #B4B4B4. Windows color (decimal): -2966720 or 4242386. OLE color: 4242386.

HSL color Cylindrical-coordinate representation of color #D2BB40: hue angle of 50.55º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2BB40 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 187 64 -
CMYK 0 0.11 0.70 0.18
HSL 50.55º 0.62% 0.54% -
HSV(B) 50.55º 0.7% 0.82% -
XYZ 45.27 49.61 12.04 -
YUV 179.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 210 187 64 0 0.11 0.70 0.18 50.55 0.62 0.54
Hex D2 BB 40 0 B 46 12 33 3E 36
Octal 322 273 100 0 13 106 22 63 76 66
Binary 11010010 10111011 1000000 0 1011 1000110 10010 110011 111110 110110

Color Harmonies of #D2BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB40

Black with #D2BB40

Text Example


Text Example

White with #D2BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB40; }

 p { color: rgb(210,187,64); }

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

background-color css

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

 a { background-color: rgb(210,187,64); }

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

border-color css

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

 span { border-color: rgb(210,187,64); }

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