Html Css Color HEX #DBA38E Rose

📋 copy color: '#DBA38E'

red 219 ◦ green 163 ◦ blue 142

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

Shades of Rose #DBA38E

Tints of Rose #DBA38E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.11%

 BLUE value IS 142 (55.86% from 255) = 27.1%

R = 41.79%
G = 31.11%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DBA38E (or 0xDBA38E) is known color: Rose. HEX triplet: DB, A3 and 8E. RGB value is (219,163,142). Sum of RGB (Red+Green+Blue) = 219+163+142=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA38E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA38E is #245C71. Grayscale: #B1B1B1. Windows color (decimal): -2382962 or 9348059. OLE color: 9348059.

HSL color Cylindrical-coordinate representation of color #DBA38E: hue angle of 16.36º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBA38E is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 163 142 -
CMYK 0 0.26 0.35 0.14
HSL 16.36º 0.52% 0.71% -
HSV(B) 16.36º 0.35% 0.86% -
XYZ 47.19 43.21 31.44 -
YUV 177.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 219 163 142 0 0.26 0.35 0.14 16.36 0.52 0.71
Hex DB A3 8E 0 1A 23 E 10 34 47
Octal 333 243 216 0 32 43 16 20 64 107
Binary 11011011 10100011 10001110 0 11010 100011 1110 10000 110100 1000111

Color Harmonies of #DBA38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA38E

Black with #DBA38E

Text Example


Text Example

White with #DBA38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA38E; }

 p { color: rgb(219,163,142); }

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

background-color css

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

 a { background-color: rgb(219,163,142); }

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

border-color css

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

 span { border-color: rgb(219,163,142); }

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