Html Css Color HEX #D0B270 Putty

📋 copy color: '#D0B270'

red 208 ◦ green 178 ◦ blue 112

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

Shades of Putty #D0B270

Tints of Putty #D0B270

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

 BLUE value IS 112 (44.14% from 255) = 22.49%

R = 41.77%
G = 35.74%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0B270 (or 0xD0B270) is known color: Putty. HEX triplet: D0, B2 and 70. RGB value is (208,178,112). Sum of RGB (Red+Green+Blue) = 208+178+112=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B270 is #2F4D8F. Grayscale: #B3B3B3. Windows color (decimal): -3100048 or 7385808. OLE color: 7385808.

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

Color convert

RGB 208 178 112 -
CMYK 0 0.14 0.46 0.18
HSL 41.25º 0.51% 0.63% -
HSV(B) 41.25º 0.46% 0.82% -
XYZ 44.86 46.42 21.93 -
YUV 179.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 208 178 112 0 0.14 0.46 0.18 41.25 0.51 0.63
Hex D0 B2 70 0 E 2E 12 29 33 3F
Octal 320 262 160 0 16 56 22 51 63 77
Binary 11010000 10110010 1110000 0 1110 101110 10010 101001 110011 111111

Color Harmonies of #D0B270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B270

Black with #D0B270

Text Example


Text Example

White with #D0B270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B270; }

 p { color: rgb(208,178,112); }

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

background-color css

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

 a { background-color: rgb(208,178,112); }

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

border-color css

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

 span { border-color: rgb(208,178,112); }

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