Html Css Color HEX #DAA68E Rose

📋 copy color: '#DAA68E'

red 218 ◦ green 166 ◦ blue 142

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

Shades of Rose #DAA68E

Tints of Rose #DAA68E

RGB

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

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

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

R = 41.44%
G = 31.56%
B = 27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DAA68E (or 0xDAA68E) is known color: Rose. HEX triplet: DA, A6 and 8E. RGB value is (218,166,142). Sum of RGB (Red+Green+Blue) = 218+166+142=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA68E is #255971. Grayscale: #B2B2B2. Windows color (decimal): -2447730 or 9348826. OLE color: 9348826.

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

Color convert

RGB 218 166 142 -
CMYK 0 0.24 0.35 0.15
HSL 18.95º 0.51% 0.71% -
HSV(B) 18.95º 0.35% 0.85% -
XYZ 47.43 44.13 31.61 -
YUV 178.81 107.23 155.95 -
System Red Green Blue C M Y K H S L
Decimal 218 166 142 0 0.24 0.35 0.15 18.95 0.51 0.71
Hex DA A6 8E 0 18 23 F 13 33 47
Octal 332 246 216 0 30 43 17 23 63 107
Binary 11011010 10100110 10001110 0 11000 100011 1111 10011 110011 1000111

Color Harmonies of #DAA68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA68E

Black with #DAA68E

Text Example


Text Example

White with #DAA68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA68E; }

 p { color: rgb(218,166,142); }

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

background-color css

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

 a { background-color: rgb(218,166,142); }

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

border-color css

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

 span { border-color: rgb(218,166,142); }

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