Html Css Color HEX #DAB274 Putty

📋 copy color: '#DAB274'

red 218 ◦ green 178 ◦ blue 116

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

Shades of Putty #DAB274

Tints of Putty #DAB274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 42.58%
G = 34.77%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAB274 (or 0xDAB274) is known color: Putty. HEX triplet: DA, B2 and 74. RGB value is (218,178,116). Sum of RGB (Red+Green+Blue) = 218+178+116=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB274 is #254D8B. Grayscale: #B7B7B7. Windows color (decimal): -2444684 or 7647962. OLE color: 7647962.

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

Color convert

RGB 218 178 116 -
CMYK 0 0.18 0.47 0.15
HSL 36.47º 0.58% 0.65% -
HSV(B) 36.47º 0.47% 0.85% -
XYZ 47.99 48.01 23.26 -
YUV 182.89 90.25 153.04 -
System Red Green Blue C M Y K H S L
Decimal 218 178 116 0 0.18 0.47 0.15 36.47 0.58 0.65
Hex DA B2 74 0 12 2F F 24 3A 41
Octal 332 262 164 0 22 57 17 44 72 101
Binary 11011010 10110010 1110100 0 10010 101111 1111 100100 111010 1000001

Color Harmonies of #DAB274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB274

Black with #DAB274

Text Example


Text Example

White with #DAB274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB274; }

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

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

background-color css

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

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

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

border-color css

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

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

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