Html Css Color HEX #DBA38C Rose

📋 copy color: '#DBA38C'

red 219 ◦ green 163 ◦ blue 140

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

Shades of Rose #DBA38C

Tints of Rose #DBA38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.82%

R = 41.95%
G = 31.23%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DBA38C (or 0xDBA38C) is known color: Rose. HEX triplet: DB, A3 and 8C. RGB value is (219,163,140). Sum of RGB (Red+Green+Blue) = 219+163+140=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA38C is #245C73. Grayscale: #B1B1B1. Windows color (decimal): -2382964 or 9216987. OLE color: 9216987.

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

Color convert

RGB 219 163 140 -
CMYK 0 0.26 0.36 0.14
HSL 17.47º 0.52% 0.7% -
HSV(B) 17.47º 0.36% 0.86% -
XYZ 47.04 43.15 30.66 -
YUV 177.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 219 163 140 0 0.26 0.36 0.14 17.47 0.52 0.7
Hex DB A3 8C 0 1A 24 E 11 34 46
Octal 333 243 214 0 32 44 16 21 64 106
Binary 11011011 10100011 10001100 0 11010 100100 1110 10001 110100 1000110

Color Harmonies of #DBA38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA38C

Black with #DBA38C

Text Example


Text Example

White with #DBA38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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