Html Css Color HEX #DBA58D Rose

📋 copy color: '#DBA58D'

red 219 ◦ green 165 ◦ blue 141

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

Shades of Rose #DBA58D

Tints of Rose #DBA58D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.43%

 BLUE value IS 141 (55.47% from 255) = 26.86%

R = 41.71%
G = 31.43%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DBA58D (or 0xDBA58D) is known color: Rose. HEX triplet: DB, A5 and 8D. RGB value is (219,165,141). Sum of RGB (Red+Green+Blue) = 219+165+141=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA58D is #245A72. Grayscale: #B2B2B2. Windows color (decimal): -2382451 or 9283035. OLE color: 9283035.

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

Color convert

RGB 219 165 141 -
CMYK 0 0.25 0.36 0.14
HSL 18.46º 0.52% 0.71% -
HSV(B) 18.46º 0.36% 0.86% -
XYZ 47.48 43.89 31.17 -
YUV 178.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 219 165 141 0 0.25 0.36 0.14 18.46 0.52 0.71
Hex DB A5 8D 0 19 24 E 12 34 47
Octal 333 245 215 0 31 44 16 22 64 107
Binary 11011011 10100101 10001101 0 11001 100100 1110 10010 110100 1000111

Color Harmonies of #DBA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA58D

Black with #DBA58D

Text Example


Text Example

White with #DBA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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