Html Css Color HEX #D0B974 Putty

📋 copy color: '#D0B974'

red 208 ◦ green 185 ◦ blue 116

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

Shades of Putty #D0B974

Tints of Putty #D0B974

RGB

 RED value IS 208 (81.64% from 255) = 40.86%

 GREEN value IS 185 (72.66% from 255) = 36.35%

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

R = 40.86%
G = 36.35%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0B974 (or 0xD0B974) is known color: Putty. HEX triplet: D0, B9 and 74. RGB value is (208,185,116). Sum of RGB (Red+Green+Blue) = 208+185+116=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B974 is #2F468B. Grayscale: #B8B8B8. Windows color (decimal): -3098252 or 7649744. OLE color: 7649744.

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

Color convert

RGB 208 185 116 -
CMYK 0 0.11 0.44 0.18
HSL 45º 0.49% 0.64% -
HSV(B) 45º 0.44% 0.82% -
XYZ 46.51 49.37 23.6 -
YUV 184.01 89.62 145.11 -
System Red Green Blue C M Y K H S L
Decimal 208 185 116 0 0.11 0.44 0.18 45 0.49 0.64
Hex D0 B9 74 0 B 2C 12 2D 31 40
Octal 320 271 164 0 13 54 22 55 61 100
Binary 11010000 10111001 1110100 0 1011 101100 10010 101101 110001 1000000

Color Harmonies of #D0B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B974

Black with #D0B974

Text Example


Text Example

White with #D0B974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B974; }

 p { color: rgb(208,185,116); }

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

background-color css

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

 a { background-color: rgb(208,185,116); }

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

border-color css

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

 span { border-color: rgb(208,185,116); }

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