Html Css Color HEX #DCCDA5 Sapling

📋 copy color: '#DCCDA5'

red 220 ◦ green 205 ◦ blue 165

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

Shades of Sapling #DCCDA5

Tints of Sapling #DCCDA5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.75%

 BLUE value IS 165 (64.84% from 255) = 27.97%

R = 37.29%
G = 34.75%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCCDA5 (or 0xDCCDA5) is known color: Sapling. HEX triplet: DC, CD and A5. RGB value is (220,205,165). Sum of RGB (Red+Green+Blue) = 220+205+165=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCDA5 is #23325A. Grayscale: #CDCDCD. Windows color (decimal): -2306651 or 10866140. OLE color: 10866140.

HSL color Cylindrical-coordinate representation of color #DCCDA5: hue angle of 43.64º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCCDA5 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 165 -
CMYK 0 0.07 0.25 0.14
HSL 43.64º 0.44% 0.75% -
HSV(B) 43.64º 0.25% 0.86% -
XYZ 58.14 61.59 44.42 -
YUV 204.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 220 205 165 0 0.07 0.25 0.14 43.64 0.44 0.75
Hex DC CD A5 0 7 19 E 2C 2C 4B
Octal 334 315 245 0 7 31 16 54 54 113
Binary 11011100 11001101 10100101 0 111 11001 1110 101100 101100 1001011

Color Harmonies of #DCCDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCDA5

Black with #DCCDA5

Text Example


Text Example

White with #DCCDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCDA5; }

 p { color: rgb(220,205,165); }

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

background-color css

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

 a { background-color: rgb(220,205,165); }

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

border-color css

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

 span { border-color: rgb(220,205,165); }

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