Html Css Color HEX #D0B672 Putty

📋 copy color: '#D0B672'

red 208 ◦ green 182 ◦ blue 114

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

Shades of Putty #D0B672

Tints of Putty #D0B672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.11%

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

R = 41.27%
G = 36.11%
B = 22.62%

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

#D0B672 (or 0xD0B672) is known color: Putty. HEX triplet: D0, B6 and 72. RGB value is (208,182,114). Sum of RGB (Red+Green+Blue) = 208+182+114=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 114 (44.92% from 255 or 22.62% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B672 is #2F498D. Grayscale: #B6B6B6. Windows color (decimal): -3099022 or 7517904. OLE color: 7517904.

HSL color Cylindrical-coordinate representation of color #D0B672: hue angle of 43.4º 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 #D0B672 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 182 114 -
CMYK 0 0.12 0.45 0.18
HSL 43.4º 0.5% 0.63% -
HSV(B) 43.4º 0.45% 0.82% -
XYZ 45.78 48.08 22.79 -
YUV 182.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 208 182 114 0 0.12 0.45 0.18 43.4 0.5 0.63
Hex D0 B6 72 0 C 2D 12 2B 32 3F
Octal 320 266 162 0 14 55 22 53 62 77
Binary 11010000 10110110 1110010 0 1100 101101 10010 101011 110010 111111

Color Harmonies of #D0B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B672

Black with #D0B672

Text Example


Text Example

White with #D0B672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B672; }

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

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

background-color css

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

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

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

border-color css

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

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

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