Html Css Color HEX #DBCDA5 Sapling

📋 copy color: '#DBCDA5'

red 219 ◦ green 205 ◦ blue 165

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

Shades of Sapling #DBCDA5

Tints of Sapling #DBCDA5

RGB

 RED value IS 219 (85.94% from 255) = 37.18%

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

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

R = 37.18%
G = 34.8%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DBCDA5 (or 0xDBCDA5) is known color: Sapling. HEX triplet: DB, CD and A5. RGB value is (219,205,165). Sum of RGB (Red+Green+Blue) = 219+205+165=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCDA5 is #24325A. Grayscale: #CCCCCC. Windows color (decimal): -2372187 or 10866139. OLE color: 10866139.

HSL color Cylindrical-coordinate representation of color #DBCDA5: hue angle of 44.44º degrees, saturation: 0.43, 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 #DBCDA5 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 165 -
CMYK 0 0.06 0.25 0.14
HSL 44.44º 0.43% 0.75% -
HSV(B) 44.44º 0.25% 0.86% -
XYZ 57.84 61.44 44.41 -
YUV 204.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 219 205 165 0 0.06 0.25 0.14 44.44 0.43 0.75
Hex DB CD A5 0 6 19 E 2C 2B 4B
Octal 333 315 245 0 6 31 16 54 53 113
Binary 11011011 11001101 10100101 0 110 11001 1110 101100 101011 1001011

Color Harmonies of #DBCDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCDA5

Black with #DBCDA5

Text Example


Text Example

White with #DBCDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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