Html Css Color HEX #D0AD69 Putty

📋 copy color: '#D0AD69'

red 208 ◦ green 173 ◦ blue 105

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

Shades of Putty #D0AD69

Tints of Putty #D0AD69

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.6%

 BLUE value IS 105 (41.41% from 255) = 21.6%

R = 42.8%
G = 35.6%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D0AD69 (or 0xD0AD69) is known color: Putty. HEX triplet: D0, AD and 69. RGB value is (208,173,105). Sum of RGB (Red+Green+Blue) = 208+173+105=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD69 is #2F5296. Grayscale: #B0B0B0. Windows color (decimal): -3101335 or 6925776. OLE color: 6925776.

HSL color Cylindrical-coordinate representation of color #D0AD69: hue angle of 39.61º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0AD69 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 105 -
CMYK 0 0.17 0.50 0.18
HSL 39.61º 0.52% 0.61% -
HSV(B) 39.61º 0.5% 0.82% -
XYZ 43.51 44.32 19.63 -
YUV 175.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 208 173 105 0 0.17 0.50 0.18 39.61 0.52 0.61
Hex D0 AD 69 0 11 32 12 28 34 3D
Octal 320 255 151 0 21 62 22 50 64 75
Binary 11010000 10101101 1101001 0 10001 110010 10010 101000 110100 111101

Color Harmonies of #D0AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD69

Black with #D0AD69

Text Example


Text Example

White with #D0AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD69; }

 p { color: rgb(208,173,105); }

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

background-color css

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

 a { background-color: rgb(208,173,105); }

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

border-color css

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

 span { border-color: rgb(208,173,105); }

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