Html Css Color HEX #D9B474 Putty

📋 copy color: '#D9B474'

red 217 ◦ green 180 ◦ blue 116

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

Shades of Putty #D9B474

Tints of Putty #D9B474

RGB

 RED value IS 217 (85.16% from 255) = 42.3%

 GREEN value IS 180 (70.7% from 255) = 35.09%

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 42.3%
G = 35.09%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9B474 (or 0xD9B474) is known color: Putty. HEX triplet: D9, B4 and 74. RGB value is (217,180,116). Sum of RGB (Red+Green+Blue) = 217+180+116=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B474 is #264B8B. Grayscale: #B8B8B8. Windows color (decimal): -2509708 or 7648473. OLE color: 7648473.

HSL color Cylindrical-coordinate representation of color #D9B474: hue angle of 38.02º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9B474 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 180 116 -
CMYK 0 0.17 0.47 0.15
HSL 38.02º 0.57% 0.65% -
HSV(B) 38.02º 0.47% 0.85% -
XYZ 48.09 48.66 23.38 -
YUV 183.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 217 180 116 0 0.17 0.47 0.15 38.02 0.57 0.65
Hex D9 B4 74 0 11 2F F 26 39 41
Octal 331 264 164 0 21 57 17 46 71 101
Binary 11011001 10110100 1110100 0 10001 101111 1111 100110 111001 1000001

Color Harmonies of #D9B474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B474

Black with #D9B474

Text Example


Text Example

White with #D9B474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B474; }

 p { color: rgb(217,180,116); }

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

background-color css

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

 a { background-color: rgb(217,180,116); }

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

border-color css

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

 span { border-color: rgb(217,180,116); }

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