Html Css Color HEX #D1B84B Old Gold

📋 copy color: '#D1B84B'

red 209 ◦ green 184 ◦ blue 75

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

Shades of Old Gold #D1B84B

Tints of Old Gold #D1B84B

RGB

 RED value IS 209 (82.03% from 255) = 44.66%

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

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

R = 44.66%
G = 39.32%
B = 16.03%

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

#D1B84B (or 0xD1B84B) is known color: Old Gold. HEX triplet: D1, B8 and 4B. RGB value is (209,184,75). Sum of RGB (Red+Green+Blue) = 209+184+75=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B84B is #2E47B4. Grayscale: #B3B3B3. Windows color (decimal): -3033013 or 4962513. OLE color: 4962513.

HSL color Cylindrical-coordinate representation of color #D1B84B: hue angle of 48.81º degrees, saturation: 0.59, 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 #D1B84B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 184 75 -
CMYK 0 0.12 0.64 0.18
HSL 48.81º 0.59% 0.56% -
HSV(B) 48.81º 0.64% 0.82% -
XYZ 44.7 48.34 13.63 -
YUV 179.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 209 184 75 0 0.12 0.64 0.18 48.81 0.59 0.56
Hex D1 B8 4B 0 C 40 12 31 3B 38
Octal 321 270 113 0 14 100 22 61 73 70
Binary 11010001 10111000 1001011 0 1100 1000000 10010 110001 111011 111000

Color Harmonies of #D1B84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B84B

Black with #D1B84B

Text Example


Text Example

White with #D1B84B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B84B; }

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

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

background-color css

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

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

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

border-color css

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

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

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