Html Css Color HEX #D2904D Whiskey Sour

📋 copy color: '#D2904D'

red 210 ◦ green 144 ◦ blue 77

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

Shades of Whiskey Sour #D2904D

Tints of Whiskey Sour #D2904D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 48.72%
G = 33.41%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D2904D (or 0xD2904D) is known color: Whiskey Sour. HEX triplet: D2, 90 and 4D. RGB value is (210,144,77). Sum of RGB (Red+Green+Blue) = 210+144+77=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2904D is #2D6FB2. Grayscale: #9C9C9C. Windows color (decimal): -2977715 or 5083346. OLE color: 5083346.

HSL color Cylindrical-coordinate representation of color #D2904D: hue angle of 30.23º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2904D is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 77 -
CMYK 0 0.31 0.63 0.18
HSL 30.23º 0.6% 0.56% -
HSV(B) 30.23º 0.63% 0.82% -
XYZ 37.89 34.18 11.62 -
YUV 156.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 210 144 77 0 0.31 0.63 0.18 30.23 0.6 0.56
Hex D2 90 4D 0 1F 3F 12 1E 3C 38
Octal 322 220 115 0 37 77 22 36 74 70
Binary 11010010 10010000 1001101 0 11111 111111 10010 11110 111100 111000

Color Harmonies of #D2904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2904D

Black with #D2904D

Text Example


Text Example

White with #D2904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2904D; }

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

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

background-color css

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

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

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

border-color css

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

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

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