Html Css Color HEX #D0946C Whiskey

📋 copy color: '#D0946C'

red 208 ◦ green 148 ◦ blue 108

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

Shades of Whiskey #D0946C

Tints of Whiskey #D0946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.28%

R = 44.83%
G = 31.9%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0946C (or 0xD0946C) is known color: Whiskey. HEX triplet: D0, 94 and 6C. RGB value is (208,148,108). Sum of RGB (Red+Green+Blue) = 208+148+108=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0946C is #2F6B93. Grayscale: #A1A1A1. Windows color (decimal): -3107732 or 7115984. OLE color: 7115984.

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

Color convert

RGB 208 148 108 -
CMYK 0 0.29 0.48 0.18
HSL 24º 0.52% 0.62% -
HSV(B) 24º 0.48% 0.82% -
XYZ 39.31 35.67 19 -
YUV 161.38 97.88 161.25 -
System Red Green Blue C M Y K H S L
Decimal 208 148 108 0 0.29 0.48 0.18 24 0.52 0.62
Hex D0 94 6C 0 1D 30 12 18 34 3E
Octal 320 224 154 0 35 60 22 30 64 76
Binary 11010000 10010100 1101100 0 11101 110000 10010 11000 110100 111110

Color Harmonies of #D0946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0946C

Black with #D0946C

Text Example


Text Example

White with #D0946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0946C; }

 p { color: rgb(208,148,108); }

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

background-color css

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

 a { background-color: rgb(208,148,108); }

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

border-color css

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

 span { border-color: rgb(208,148,108); }

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