Html Css Color HEX #D0B872 Putty

📋 copy color: '#D0B872'

red 208 ◦ green 184 ◦ blue 114

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

Shades of Putty #D0B872

Tints of Putty #D0B872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.53%

R = 41.11%
G = 36.36%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0B872 (or 0xD0B872) is known color: Putty. HEX triplet: D0, B8 and 72. RGB value is (208,184,114). Sum of RGB (Red+Green+Blue) = 208+184+114=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B872 is #2F478D. Grayscale: #B7B7B7. Windows color (decimal): -3098510 or 7518416. OLE color: 7518416.

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

Color convert

RGB 208 184 114 -
CMYK 0 0.12 0.45 0.18
HSL 44.68º 0.5% 0.63% -
HSV(B) 44.68º 0.45% 0.82% -
XYZ 46.19 48.91 22.92 -
YUV 183.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 208 184 114 0 0.12 0.45 0.18 44.68 0.5 0.63
Hex D0 B8 72 0 C 2D 12 2D 32 3F
Octal 320 270 162 0 14 55 22 55 62 77
Binary 11010000 10111000 1110010 0 1100 101101 10010 101101 110010 111111

Color Harmonies of #D0B872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B872

Black with #D0B872

Text Example


Text Example

White with #D0B872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B872; }

 p { color: rgb(208,184,114); }

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

background-color css

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

 a { background-color: rgb(208,184,114); }

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

border-color css

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

 span { border-color: rgb(208,184,114); }

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