Html Css Color HEX #D2885C Whiskey

📋 copy color: '#D2885C'

red 210 ◦ green 136 ◦ blue 92

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

Shades of Whiskey #D2885C

Tints of Whiskey #D2885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.05%

 BLUE value IS 92 (36.33% from 255) = 21%

R = 47.95%
G = 31.05%
B = 21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2885C (or 0xD2885C) is known color: Whiskey. HEX triplet: D2, 88 and 5C. RGB value is (210,136,92). Sum of RGB (Red+Green+Blue) = 210+136+92=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2885C is #2D77A3. Grayscale: #999999. Windows color (decimal): -2979748 or 6064338. OLE color: 6064338.

HSL color Cylindrical-coordinate representation of color #D2885C: hue angle of 22.37º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2885C is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 136 92 -
CMYK 0 0.35 0.56 0.18
HSL 22.37º 0.57% 0.59% -
HSV(B) 22.37º 0.56% 0.82% -
XYZ 37.31 32.08 14.35 -
YUV 153.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 210 136 92 0 0.35 0.56 0.18 22.37 0.57 0.59
Hex D2 88 5C 0 23 38 12 16 39 3B
Octal 322 210 134 0 43 70 22 26 71 73
Binary 11010010 10001000 1011100 0 100011 111000 10010 10110 111001 111011

Color Harmonies of #D2885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2885C

Black with #D2885C

Text Example


Text Example

White with #D2885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2885C; }

 p { color: rgb(210,136,92); }

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

background-color css

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

 a { background-color: rgb(210,136,92); }

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

border-color css

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

 span { border-color: rgb(210,136,92); }

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