Html Css Color HEX #D2945C Whiskey Sour

📋 copy color: '#D2945C'

red 210 ◦ green 148 ◦ blue 92

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

Shades of Whiskey Sour #D2945C

Tints of Whiskey Sour #D2945C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.89%

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

R = 46.67%
G = 32.89%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2945C (or 0xD2945C) is known color: Whiskey Sour. HEX triplet: D2, 94 and 5C. RGB value is (210,148,92). Sum of RGB (Red+Green+Blue) = 210+148+92=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2945C is #2D6BA3. Grayscale: #A0A0A0. Windows color (decimal): -2976676 or 6067410. OLE color: 6067410.

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

Color convert

RGB 210 148 92 -
CMYK 0 0.30 0.56 0.18
HSL 28.47º 0.57% 0.59% -
HSV(B) 28.47º 0.56% 0.82% -
XYZ 39.1 35.65 14.95 -
YUV 160.15 89.54 163.55 -
System Red Green Blue C M Y K H S L
Decimal 210 148 92 0 0.30 0.56 0.18 28.47 0.57 0.59
Hex D2 94 5C 0 1E 38 12 1C 39 3B
Octal 322 224 134 0 36 70 22 34 71 73
Binary 11010010 10010100 1011100 0 11110 111000 10010 11100 111001 111011

Color Harmonies of #D2945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2945C

Black with #D2945C

Text Example


Text Example

White with #D2945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2945C; }

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

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

background-color css

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

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

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

border-color css

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

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

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