Html Css Color HEX #D6B478 Putty

📋 copy color: '#D6B478'

red 214 ◦ green 180 ◦ blue 120

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

Shades of Putty #D6B478

Tints of Putty #D6B478

RGB

 RED value IS 214 (83.98% from 255) = 41.63%

 GREEN value IS 180 (70.7% from 255) = 35.02%

 BLUE value IS 120 (47.27% from 255) = 23.35%

R = 41.63%
G = 35.02%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6B478 (or 0xD6B478) is known color: Putty. HEX triplet: D6, B4 and 78. RGB value is (214,180,120). Sum of RGB (Red+Green+Blue) = 214+180+120=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B478 is #294B87. Grayscale: #B7B7B7. Windows color (decimal): -2706312 or 7910614. OLE color: 7910614.

HSL color Cylindrical-coordinate representation of color #D6B478: hue angle of 38.3º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6B478 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 120 -
CMYK 0 0.16 0.44 0.16
HSL 38.3º 0.53% 0.65% -
HSV(B) 38.3º 0.44% 0.84% -
XYZ 47.44 48.29 24.59 -
YUV 183.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 214 180 120 0 0.16 0.44 0.16 38.3 0.53 0.65
Hex D6 B4 78 0 10 2C 10 26 35 41
Octal 326 264 170 0 20 54 20 46 65 101
Binary 11010110 10110100 1111000 0 10000 101100 10000 100110 110101 1000001

Color Harmonies of #D6B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B478

Black with #D6B478

Text Example


Text Example

White with #D6B478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B478; }

 p { color: rgb(214,180,120); }

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

background-color css

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

 a { background-color: rgb(214,180,120); }

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

border-color css

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

 span { border-color: rgb(214,180,120); }

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