Html Css Color HEX #DAB26F Putty

📋 copy color: '#DAB26F'

red 218 ◦ green 178 ◦ blue 111

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

Shades of Putty #DAB26F

Tints of Putty #DAB26F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.11%

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

R = 43%
G = 35.11%
B = 21.89%

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

#DAB26F (or 0xDAB26F) is known color: Putty. HEX triplet: DA, B2 and 6F. RGB value is (218,178,111). Sum of RGB (Red+Green+Blue) = 218+178+111=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB26F is #254D90. Grayscale: #B6B6B6. Windows color (decimal): -2444689 or 7320282. OLE color: 7320282.

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

Color convert

RGB 218 178 111 -
CMYK 0 0.18 0.49 0.15
HSL 37.57º 0.59% 0.65% -
HSV(B) 37.57º 0.49% 0.85% -
XYZ 47.7 47.89 21.77 -
YUV 182.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 218 178 111 0 0.18 0.49 0.15 37.57 0.59 0.65
Hex DA B2 6F 0 12 31 F 26 3B 41
Octal 332 262 157 0 22 61 17 46 73 101
Binary 11011010 10110010 1101111 0 10010 110001 1111 100110 111011 1000001

Color Harmonies of #DAB26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB26F

Black with #DAB26F

Text Example


Text Example

White with #DAB26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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