Html Css Color HEX #D2A68E Rose

📋 copy color: '#D2A68E'

red 210 ◦ green 166 ◦ blue 142

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

Shades of Rose #D2A68E

Tints of Rose #D2A68E

RGB

 RED value IS 210 (82.42% from 255) = 40.54%

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

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

R = 40.54%
G = 32.05%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2A68E (or 0xD2A68E) is known color: Rose. HEX triplet: D2, A6 and 8E. RGB value is (210,166,142). Sum of RGB (Red+Green+Blue) = 210+166+142=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A68E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A68E is #2D5971. Grayscale: #B0B0B0. Windows color (decimal): -2972018 or 9348818. OLE color: 9348818.

HSL color Cylindrical-coordinate representation of color #D2A68E: hue angle of 21.18º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2A68E is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 166 142 -
CMYK 0 0.21 0.32 0.18
HSL 21.18º 0.43% 0.69% -
HSV(B) 21.18º 0.32% 0.82% -
XYZ 45.1 42.93 31.5 -
YUV 176.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 210 166 142 0 0.21 0.32 0.18 21.18 0.43 0.69
Hex D2 A6 8E 0 15 20 12 15 2B 45
Octal 322 246 216 0 25 40 22 25 53 105
Binary 11010010 10100110 10001110 0 10101 100000 10010 10101 101011 1000101

Color Harmonies of #D2A68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A68E

Black with #D2A68E

Text Example


Text Example

White with #D2A68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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