Html Css Color HEX #DBCEA4 Sapling

📋 copy color: '#DBCEA4'

red 219 ◦ green 206 ◦ blue 164

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

Shades of Sapling #DBCEA4

Tints of Sapling #DBCEA4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.97%

 BLUE value IS 164 (64.45% from 255) = 27.84%

R = 37.18%
G = 34.97%
B = 27.84%

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

#DBCEA4 (or 0xDBCEA4) is known color: Sapling. HEX triplet: DB, CE and A4. RGB value is (219,206,164). Sum of RGB (Red+Green+Blue) = 219+206+164=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 164 (64.45% from 255 or 27.84% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBCEA4 is #24315B. Grayscale: #CDCDCD. Windows color (decimal): -2371932 or 10800859. OLE color: 10800859.

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

Color convert

RGB 219 206 164 -
CMYK 0 0.06 0.25 0.14
HSL 45.82º 0.43% 0.75% -
HSV(B) 45.82º 0.25% 0.86% -
XYZ 57.99 61.88 44.01 -
YUV 205.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 219 206 164 0 0.06 0.25 0.14 45.82 0.43 0.75
Hex DB CE A4 0 6 19 E 2E 2B 4B
Octal 333 316 244 0 6 31 16 56 53 113
Binary 11011011 11001110 10100100 0 110 11001 1110 101110 101011 1001011

Color Harmonies of #DBCEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCEA4

Black with #DBCEA4

Text Example


Text Example

White with #DBCEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCEA4; }

 p { color: rgb(219,206,164); }

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

background-color css

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

 a { background-color: rgb(219,206,164); }

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

border-color css

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

 span { border-color: rgb(219,206,164); }

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