Html Css Color HEX #DAB36F Putty

📋 copy color: '#DAB36F'

red 218 ◦ green 179 ◦ blue 111

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

Shades of Putty #DAB36F

Tints of Putty #DAB36F

RGB

 RED value IS 218 (85.55% from 255) = 42.91%

 GREEN value IS 179 (70.31% from 255) = 35.24%

 BLUE value IS 111 (43.75% from 255) = 21.85%

R = 42.91%
G = 35.24%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAB36F (or 0xDAB36F) is known color: Putty. HEX triplet: DA, B3 and 6F. RGB value is (218,179,111). Sum of RGB (Red+Green+Blue) = 218+179+111=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 111 (43.75% from 255 or 21.85% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB36F is #254C90. Grayscale: #B7B7B7. Windows color (decimal): -2444433 or 7320538. OLE color: 7320538.

HSL color Cylindrical-coordinate representation of color #DAB36F: hue angle of 38.13º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAB36F is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 111 -
CMYK 0 0.18 0.49 0.15
HSL 38.13º 0.59% 0.65% -
HSV(B) 38.13º 0.49% 0.85% -
XYZ 47.9 48.29 21.84 -
YUV 182.91 87.42 153.03 -
System Red Green Blue C M Y K H S L
Decimal 218 179 111 0 0.18 0.49 0.15 38.13 0.59 0.65
Hex DA B3 6F 0 12 31 F 26 3B 41
Octal 332 263 157 0 22 61 17 46 73 101
Binary 11011010 10110011 1101111 0 10010 110001 1111 100110 111011 1000001

Color Harmonies of #DAB36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB36F

Black with #DAB36F

Text Example


Text Example

White with #DAB36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB36F; }

 p { color: rgb(218,179,111); }

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

background-color css

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

 a { background-color: rgb(218,179,111); }

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

border-color css

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

 span { border-color: rgb(218,179,111); }

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