Html Css Color HEX #DCD3AF Sapling

📋 copy color: '#DCD3AF'

red 220 ◦ green 211 ◦ blue 175

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

Shades of Sapling #DCD3AF

Tints of Sapling #DCD3AF

RGB

 RED value IS 220 (86.33% from 255) = 36.3%

 GREEN value IS 211 (82.81% from 255) = 34.82%

 BLUE value IS 175 (68.75% from 255) = 28.88%

R = 36.3%
G = 34.82%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCD3AF (or 0xDCD3AF) is known color: Sapling. HEX triplet: DC, D3 and AF. RGB value is (220,211,175). Sum of RGB (Red+Green+Blue) = 220+211+175=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD3AF is #232C50. Grayscale: #D1D1D1. Windows color (decimal): -2305105 or 11523036. OLE color: 11523036.

HSL color Cylindrical-coordinate representation of color #DCD3AF: hue angle of 48º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCD3AF is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 175 -
CMYK 0 0.04 0.20 0.14
HSL 48º 0.39% 0.77% -
HSV(B) 48º 0.2% 0.86% -
XYZ 60.55 64.9 49.89 -
YUV 209.59 108.48 135.43 -
System Red Green Blue C M Y K H S L
Decimal 220 211 175 0 0.04 0.20 0.14 48 0.39 0.77
Hex DC D3 AF 0 4 14 E 30 27 4D
Octal 334 323 257 0 4 24 16 60 47 115
Binary 11011100 11010011 10101111 0 100 10100 1110 110000 100111 1001101

Color Harmonies of #DCD3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD3AF

Black with #DCD3AF

Text Example


Text Example

White with #DCD3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD3AF; }

 p { color: rgb(220,211,175); }

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

background-color css

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

 a { background-color: rgb(220,211,175); }

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

border-color css

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

 span { border-color: rgb(220,211,175); }

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