Html Css Color HEX #D2965A Whiskey Sour

📋 copy color: '#D2965A'

red 210 ◦ green 150 ◦ blue 90

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

Shades of Whiskey Sour #D2965A

Tints of Whiskey Sour #D2965A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.33%

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

R = 46.67%
G = 33.33%
B = 20%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D2965A (or 0xD2965A) is known color: Whiskey Sour. HEX triplet: D2, 96 and 5A. RGB value is (210,150,90). Sum of RGB (Red+Green+Blue) = 210+150+90=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2965A is #2D69A5. Grayscale: #A1A1A1. Windows color (decimal): -2976166 or 5936850. OLE color: 5936850.

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

Color convert

RGB 210 150 90 -
CMYK 0 0.29 0.57 0.18
HSL 30º 0.57% 0.59% -
HSV(B) 30º 0.57% 0.82% -
XYZ 39.33 36.25 14.6 -
YUV 161.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 210 150 90 0 0.29 0.57 0.18 30 0.57 0.59
Hex D2 96 5A 0 1D 39 12 1E 39 3B
Octal 322 226 132 0 35 71 22 36 71 73
Binary 11010010 10010110 1011010 0 11101 111001 10010 11110 111001 111011

Color Harmonies of #D2965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2965A

Black with #D2965A

Text Example


Text Example

White with #D2965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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