Html Css Color HEX #DBA68F Rose

📋 copy color: '#DBA68F'

red 219 ◦ green 166 ◦ blue 143

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

Shades of Rose #DBA68F

Tints of Rose #DBA68F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.44%

 BLUE value IS 143 (56.25% from 255) = 27.08%

R = 41.48%
G = 31.44%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DBA68F (or 0xDBA68F) is known color: Rose. HEX triplet: DB, A6 and 8F. RGB value is (219,166,143). Sum of RGB (Red+Green+Blue) = 219+166+143=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA68F is #245970. Grayscale: #B3B3B3. Windows color (decimal): -2382193 or 9414363. OLE color: 9414363.

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

Color convert

RGB 219 166 143 -
CMYK 0 0.24 0.35 0.14
HSL 18.16º 0.51% 0.71% -
HSV(B) 18.16º 0.35% 0.86% -
XYZ 47.81 44.32 32.02 -
YUV 179.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 219 166 143 0 0.24 0.35 0.14 18.16 0.51 0.71
Hex DB A6 8F 0 18 23 E 12 33 47
Octal 333 246 217 0 30 43 16 22 63 107
Binary 11011011 10100110 10001111 0 11000 100011 1110 10010 110011 1000111

Color Harmonies of #DBA68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA68F

Black with #DBA68F

Text Example


Text Example

White with #DBA68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA68F; }

 p { color: rgb(219,166,143); }

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

background-color css

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

 a { background-color: rgb(219,166,143); }

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

border-color css

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

 span { border-color: rgb(219,166,143); }

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