Html Css Color HEX #D2905C Whiskey Sour

📋 copy color: '#D2905C'

red 210 ◦ green 144 ◦ blue 92

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

Shades of Whiskey Sour #D2905C

Tints of Whiskey Sour #D2905C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.29%

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

R = 47.09%
G = 32.29%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2905C (or 0xD2905C) is known color: Whiskey Sour. HEX triplet: D2, 90 and 5C. RGB value is (210,144,92). Sum of RGB (Red+Green+Blue) = 210+144+92=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2905C is #2D6FA3. Grayscale: #9E9E9E. Windows color (decimal): -2977700 or 6066386. OLE color: 6066386.

HSL color Cylindrical-coordinate representation of color #D2905C: hue angle of 26.44º 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 #D2905C is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 92 -
CMYK 0 0.31 0.56 0.18
HSL 26.44º 0.57% 0.59% -
HSV(B) 26.44º 0.56% 0.82% -
XYZ 38.48 34.42 14.74 -
YUV 157.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 210 144 92 0 0.31 0.56 0.18 26.44 0.57 0.59
Hex D2 90 5C 0 1F 38 12 1A 39 3B
Octal 322 220 134 0 37 70 22 32 71 73
Binary 11010010 10010000 1011100 0 11111 111000 10010 11010 111001 111011

Color Harmonies of #D2905C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2905C

Black with #D2905C

Text Example


Text Example

White with #D2905C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2905C; }

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

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

background-color css

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

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

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

border-color css

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

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

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