Html Css Color HEX #D4B874 Putty

📋 copy color: '#D4B874'

red 212 ◦ green 184 ◦ blue 116

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

Shades of Putty #D4B874

Tints of Putty #D4B874

RGB

 RED value IS 212 (83.2% from 255) = 41.41%

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

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

R = 41.41%
G = 35.94%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4B874 (or 0xD4B874) is known color: Putty. HEX triplet: D4, B8 and 74. RGB value is (212,184,116). Sum of RGB (Red+Green+Blue) = 212+184+116=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B874 is #2B478B. Grayscale: #B8B8B8. Windows color (decimal): -2836364 or 7649492. OLE color: 7649492.

HSL color Cylindrical-coordinate representation of color #D4B874: hue angle of 42.5º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4B874 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 184 116 -
CMYK 0 0.13 0.45 0.17
HSL 42.5º 0.53% 0.64% -
HSV(B) 42.5º 0.45% 0.83% -
XYZ 47.44 49.54 23.58 -
YUV 184.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 212 184 116 0 0.13 0.45 0.17 42.5 0.53 0.64
Hex D4 B8 74 0 D 2D 11 2A 35 40
Octal 324 270 164 0 15 55 21 52 65 100
Binary 11010100 10111000 1110100 0 1101 101101 10001 101010 110101 1000000

Color Harmonies of #D4B874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B874

Black with #D4B874

Text Example


Text Example

White with #D4B874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B874; }

 p { color: rgb(212,184,116); }

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

background-color css

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

 a { background-color: rgb(212,184,116); }

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

border-color css

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

 span { border-color: rgb(212,184,116); }

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