Html Css Color HEX #D5A68D Rose

📋 copy color: '#D5A68D'

red 213 ◦ green 166 ◦ blue 141

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

Shades of Rose #D5A68D

Tints of Rose #D5A68D

RGB

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

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

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

R = 40.96%
G = 31.92%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5A68D (or 0xD5A68D) is known color: Rose. HEX triplet: D5, A6 and 8D. RGB value is (213,166,141). Sum of RGB (Red+Green+Blue) = 213+166+141=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5A68D is #2A5972. Grayscale: #B1B1B1. Windows color (decimal): -2775411 or 9283285. OLE color: 9283285.

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

Color convert

RGB 213 166 141 -
CMYK 0 0.22 0.34 0.16
HSL 20.83º 0.46% 0.69% -
HSV(B) 20.83º 0.34% 0.84% -
XYZ 45.88 43.34 31.15 -
YUV 177.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 213 166 141 0 0.22 0.34 0.16 20.83 0.46 0.69
Hex D5 A6 8D 0 16 22 10 15 2E 45
Octal 325 246 215 0 26 42 20 25 56 105
Binary 11010101 10100110 10001101 0 10110 100010 10000 10101 101110 1000101

Color Harmonies of #D5A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A68D

Black with #D5A68D

Text Example


Text Example

White with #D5A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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