Html Css Color HEX #DAA38C Rose

📋 copy color: '#DAA38C'

red 218 ◦ green 163 ◦ blue 140

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

Shades of Rose #DAA38C

Tints of Rose #DAA38C

RGB

 RED value IS 218 (85.55% from 255) = 41.84%

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

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

R = 41.84%
G = 31.29%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DAA38C (or 0xDAA38C) is known color: Rose. HEX triplet: DA, A3 and 8C. RGB value is (218,163,140). Sum of RGB (Red+Green+Blue) = 218+163+140=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA38C is #255C73. Grayscale: #B0B0B0. Windows color (decimal): -2448500 or 9216986. OLE color: 9216986.

HSL color Cylindrical-coordinate representation of color #DAA38C: hue angle of 17.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAA38C is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 163 140 -
CMYK 0 0.25 0.36 0.15
HSL 17.69º 0.51% 0.7% -
HSV(B) 17.69º 0.36% 0.85% -
XYZ 46.74 42.99 30.65 -
YUV 176.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 218 163 140 0 0.25 0.36 0.15 17.69 0.51 0.7
Hex DA A3 8C 0 19 24 F 12 33 46
Octal 332 243 214 0 31 44 17 22 63 106
Binary 11011010 10100011 10001100 0 11001 100100 1111 10010 110011 1000110

Color Harmonies of #DAA38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA38C

Black with #DAA38C

Text Example


Text Example

White with #DAA38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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