Html Css Color HEX #D0AF7B Putty

📋 copy color: '#D0AF7B'

red 208 ◦ green 175 ◦ blue 123

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

Shades of Putty #D0AF7B

Tints of Putty #D0AF7B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.58%

 BLUE value IS 123 (48.44% from 255) = 24.31%

R = 41.11%
G = 34.58%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0AF7B (or 0xD0AF7B) is known color: Putty. HEX triplet: D0, AF and 7B. RGB value is (208,175,123). Sum of RGB (Red+Green+Blue) = 208+175+123=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF7B is #2F5084. Grayscale: #B3B3B3. Windows color (decimal): -3100805 or 8105936. OLE color: 8105936.

HSL color Cylindrical-coordinate representation of color #D0AF7B: hue angle of 36.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0AF7B is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 175 123 -
CMYK 0 0.16 0.41 0.18
HSL 36.71º 0.47% 0.65% -
HSV(B) 36.71º 0.41% 0.82% -
XYZ 44.92 45.5 25.15 -
YUV 178.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 208 175 123 0 0.16 0.41 0.18 36.71 0.47 0.65
Hex D0 AF 7B 0 10 29 12 25 2F 41
Octal 320 257 173 0 20 51 22 45 57 101
Binary 11010000 10101111 1111011 0 10000 101001 10010 100101 101111 1000001

Color Harmonies of #D0AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF7B

Black with #D0AF7B

Text Example


Text Example

White with #D0AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF7B; }

 p { color: rgb(208,175,123); }

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

background-color css

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

 a { background-color: rgb(208,175,123); }

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

border-color css

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

 span { border-color: rgb(208,175,123); }

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