Html Css Color HEX #D0956B Whiskey

📋 copy color: '#D0956B'

red 208 ◦ green 149 ◦ blue 107

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

Shades of Whiskey #D0956B

Tints of Whiskey #D0956B

RGB

 RED value IS 208 (81.64% from 255) = 44.83%

 GREEN value IS 149 (58.59% from 255) = 32.11%

 BLUE value IS 107 (42.19% from 255) = 23.06%

R = 44.83%
G = 32.11%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D0956B (or 0xD0956B) is known color: Whiskey. HEX triplet: D0, 95 and 6B. RGB value is (208,149,107). Sum of RGB (Red+Green+Blue) = 208+149+107=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0956B is #2F6A94. Grayscale: #A2A2A2. Windows color (decimal): -3107477 or 7050704. OLE color: 7050704.

HSL color Cylindrical-coordinate representation of color #D0956B: hue angle of 24.95º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0956B is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 107 -
CMYK 0 0.28 0.49 0.18
HSL 24.95º 0.52% 0.62% -
HSV(B) 24.95º 0.49% 0.82% -
XYZ 39.41 35.97 18.77 -
YUV 161.85 97.05 160.92 -
System Red Green Blue C M Y K H S L
Decimal 208 149 107 0 0.28 0.49 0.18 24.95 0.52 0.62
Hex D0 95 6B 0 1C 31 12 19 34 3E
Octal 320 225 153 0 34 61 22 31 64 76
Binary 11010000 10010101 1101011 0 11100 110001 10010 11001 110100 111110

Color Harmonies of #D0956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0956B

Black with #D0956B

Text Example


Text Example

White with #D0956B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0956B; }

 p { color: rgb(208,149,107); }

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

background-color css

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

 a { background-color: rgb(208,149,107); }

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

border-color css

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

 span { border-color: rgb(208,149,107); }

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