Html Css Color HEX #D0AD67 Putty

📋 copy color: '#D0AD67'

red 208 ◦ green 173 ◦ blue 103

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

Shades of Putty #D0AD67

Tints of Putty #D0AD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.28%

R = 42.98%
G = 35.74%
B = 21.28%

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

#D0AD67 (or 0xD0AD67) is known color: Putty. HEX triplet: D0, AD and 67. RGB value is (208,173,103). Sum of RGB (Red+Green+Blue) = 208+173+103=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD67 is #2F5298. Grayscale: #AFAFAF. Windows color (decimal): -3101337 or 6794704. OLE color: 6794704.

HSL color Cylindrical-coordinate representation of color #D0AD67: hue angle of 40º degrees, saturation: 0.53, 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 #D0AD67 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 103 -
CMYK 0 0.17 0.50 0.18
HSL 40º 0.53% 0.61% -
HSV(B) 40º 0.5% 0.82% -
XYZ 43.4 44.28 19.09 -
YUV 175.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 208 173 103 0 0.17 0.50 0.18 40 0.53 0.61
Hex D0 AD 67 0 11 32 12 28 35 3D
Octal 320 255 147 0 21 62 22 50 65 75
Binary 11010000 10101101 1100111 0 10001 110010 10010 101000 110101 111101

Color Harmonies of #D0AD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD67

Black with #D0AD67

Text Example


Text Example

White with #D0AD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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