Html Css Color HEX #DAB270 Putty

📋 copy color: '#DAB270'

red 218 ◦ green 178 ◦ blue 112

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

Shades of Putty #DAB270

Tints of Putty #DAB270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.05%

R = 42.91%
G = 35.04%
B = 22.05%

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

#DAB270 (or 0xDAB270) is known color: Putty. HEX triplet: DA, B2 and 70. RGB value is (218,178,112). Sum of RGB (Red+Green+Blue) = 218+178+112=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB270 is #254D8F. Grayscale: #B6B6B6. Windows color (decimal): -2444688 or 7385818. OLE color: 7385818.

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

Color convert

RGB 218 178 112 -
CMYK 0 0.18 0.49 0.15
HSL 37.36º 0.59% 0.65% -
HSV(B) 37.36º 0.49% 0.85% -
XYZ 47.76 47.92 22.06 -
YUV 182.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 218 178 112 0 0.18 0.49 0.15 37.36 0.59 0.65
Hex DA B2 70 0 12 31 F 25 3B 41
Octal 332 262 160 0 22 61 17 45 73 101
Binary 11011010 10110010 1110000 0 10010 110001 1111 100101 111011 1000001

Color Harmonies of #DAB270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB270

Black with #DAB270

Text Example


Text Example

White with #DAB270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB270; }

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

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

background-color css

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

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

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

border-color css

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

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

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