Html Css Color HEX #D2B84B Old Gold

📋 copy color: '#D2B84B'

red 210 ◦ green 184 ◦ blue 75

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

Shades of Old Gold #D2B84B

Tints of Old Gold #D2B84B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.23%

 BLUE value IS 75 (29.69% from 255) = 15.99%

R = 44.78%
G = 39.23%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2B84B (or 0xD2B84B) is known color: Old Gold. HEX triplet: D2, B8 and 4B. RGB value is (210,184,75). Sum of RGB (Red+Green+Blue) = 210+184+75=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B84B is #2D47B4. Grayscale: #B3B3B3. Windows color (decimal): -2967477 or 4962514. OLE color: 4962514.

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

Color convert

RGB 210 184 75 -
CMYK 0 0.12 0.64 0.18
HSL 48.44º 0.6% 0.56% -
HSV(B) 48.44º 0.64% 0.82% -
XYZ 44.99 48.49 13.65 -
YUV 179.35 69.11 149.86 -
System Red Green Blue C M Y K H S L
Decimal 210 184 75 0 0.12 0.64 0.18 48.44 0.6 0.56
Hex D2 B8 4B 0 C 40 12 30 3C 38
Octal 322 270 113 0 14 100 22 60 74 70
Binary 11010010 10111000 1001011 0 1100 1000000 10010 110000 111100 111000

Color Harmonies of #D2B84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B84B

Black with #D2B84B

Text Example


Text Example

White with #D2B84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B84B; }

 p { color: rgb(210,184,75); }

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

background-color css

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

 a { background-color: rgb(210,184,75); }

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

border-color css

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

 span { border-color: rgb(210,184,75); }

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