Html Css Color HEX #D4965A Whiskey Sour

📋 copy color: '#D4965A'

red 212 ◦ green 150 ◦ blue 90

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

Shades of Whiskey Sour #D4965A

Tints of Whiskey Sour #D4965A

RGB

 RED value IS 212 (83.2% from 255) = 46.9%

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

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

R = 46.9%
G = 33.19%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4965A (or 0xD4965A) is known color: Whiskey Sour. HEX triplet: D4, 96 and 5A. RGB value is (212,150,90). Sum of RGB (Red+Green+Blue) = 212+150+90=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4965A is #2B69A5. Grayscale: #A2A2A2. Windows color (decimal): -2845094 or 5936852. OLE color: 5936852.

HSL color Cylindrical-coordinate representation of color #D4965A: hue angle of 29.51º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4965A is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 150 90 -
CMYK 0 0.29 0.58 0.17
HSL 29.51º 0.59% 0.59% -
HSV(B) 29.51º 0.58% 0.83% -
XYZ 39.9 36.55 14.62 -
YUV 161.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 212 150 90 0 0.29 0.58 0.17 29.51 0.59 0.59
Hex D4 96 5A 0 1D 3A 11 1E 3B 3B
Octal 324 226 132 0 35 72 21 36 73 73
Binary 11010100 10010110 1011010 0 11101 111010 10001 11110 111011 111011

Color Harmonies of #D4965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4965A

Black with #D4965A

Text Example


Text Example

White with #D4965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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