Html Css Color HEX #D5A68E Rose

📋 copy color: '#D5A68E'

red 213 ◦ green 166 ◦ blue 142

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

Shades of Rose #D5A68E

Tints of Rose #D5A68E

RGB

 RED value IS 213 (83.59% from 255) = 40.88%

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

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

R = 40.88%
G = 31.86%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5A68E (or 0xD5A68E) is known color: Rose. HEX triplet: D5, A6 and 8E. RGB value is (213,166,142). Sum of RGB (Red+Green+Blue) = 213+166+142=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A68E is #2A5971. Grayscale: #B1B1B1. Windows color (decimal): -2775410 or 9348821. OLE color: 9348821.

HSL color Cylindrical-coordinate representation of color #D5A68E: hue angle of 20.28º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5A68E is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 166 142 -
CMYK 0 0.22 0.33 0.16
HSL 20.28º 0.46% 0.7% -
HSV(B) 20.28º 0.33% 0.84% -
XYZ 45.96 43.37 31.54 -
YUV 177.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 213 166 142 0 0.22 0.33 0.16 20.28 0.46 0.7
Hex D5 A6 8E 0 16 21 10 14 2E 46
Octal 325 246 216 0 26 41 20 24 56 106
Binary 11010101 10100110 10001110 0 10110 100001 10000 10100 101110 1000110

Color Harmonies of #D5A68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A68E

Black with #D5A68E

Text Example


Text Example

White with #D5A68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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