Html Css Color HEX #DBA48E Rose

📋 copy color: '#DBA48E'

red 219 ◦ green 164 ◦ blue 142

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

Shades of Rose #DBA48E

Tints of Rose #DBA48E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.24%

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

R = 41.71%
G = 31.24%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DBA48E (or 0xDBA48E) is known color: Rose. HEX triplet: DB, A4 and 8E. RGB value is (219,164,142). Sum of RGB (Red+Green+Blue) = 219+164+142=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA48E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA48E is #245B71. Grayscale: #B2B2B2. Windows color (decimal): -2382706 or 9348315. OLE color: 9348315.

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

Color convert

RGB 219 164 142 -
CMYK 0 0.25 0.35 0.14
HSL 17.14º 0.52% 0.71% -
HSV(B) 17.14º 0.35% 0.86% -
XYZ 47.37 43.56 31.5 -
YUV 177.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 219 164 142 0 0.25 0.35 0.14 17.14 0.52 0.71
Hex DB A4 8E 0 19 23 E 11 34 47
Octal 333 244 216 0 31 43 16 21 64 107
Binary 11011011 10100100 10001110 0 11001 100011 1110 10001 110100 1000111

Color Harmonies of #DBA48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA48E

Black with #DBA48E

Text Example


Text Example

White with #DBA48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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