Html Css Color HEX #D2945A Whiskey Sour

📋 copy color: '#D2945A'

red 210 ◦ green 148 ◦ blue 90

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

Shades of Whiskey Sour #D2945A

Tints of Whiskey Sour #D2945A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.09%

R = 46.88%
G = 33.04%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2945A (or 0xD2945A) is known color: Whiskey Sour. HEX triplet: D2, 94 and 5A. RGB value is (210,148,90). Sum of RGB (Red+Green+Blue) = 210+148+90=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2945A is #2D6BA5. Grayscale: #A0A0A0. Windows color (decimal): -2976678 or 5936338. OLE color: 5936338.

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

Color convert

RGB 210 148 90 -
CMYK 0 0.30 0.57 0.18
HSL 29º 0.57% 0.59% -
HSV(B) 29º 0.57% 0.82% -
XYZ 39.01 35.62 14.49 -
YUV 159.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 210 148 90 0 0.30 0.57 0.18 29 0.57 0.59
Hex D2 94 5A 0 1E 39 12 1D 39 3B
Octal 322 224 132 0 36 71 22 35 71 73
Binary 11010010 10010100 1011010 0 11110 111001 10010 11101 111001 111011

Color Harmonies of #D2945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2945A

Black with #D2945A

Text Example


Text Example

White with #D2945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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