Html Css Color HEX #D08D67 Whiskey

📋 copy color: '#D08D67'

red 208 ◦ green 141 ◦ blue 103

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

Shades of Whiskey #D08D67

Tints of Whiskey #D08D67

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.19%

 BLUE value IS 103 (40.63% from 255) = 22.79%

R = 46.02%
G = 31.19%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D08D67 (or 0xD08D67) is known color: Whiskey. HEX triplet: D0, 8D and 67. RGB value is (208,141,103). Sum of RGB (Red+Green+Blue) = 208+141+103=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D67 is #2F7298. Grayscale: #9C9C9C. Windows color (decimal): -3109529 or 6786512. OLE color: 6786512.

HSL color Cylindrical-coordinate representation of color #D08D67: hue angle of 21.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D08D67 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 141 103 -
CMYK 0 0.32 0.50 0.18
HSL 21.71º 0.53% 0.61% -
HSV(B) 21.71º 0.5% 0.82% -
XYZ 37.99 33.44 17.28 -
YUV 156.7 97.7 164.59 -
System Red Green Blue C M Y K H S L
Decimal 208 141 103 0 0.32 0.50 0.18 21.71 0.53 0.61
Hex D0 8D 67 0 20 32 12 16 35 3D
Octal 320 215 147 0 40 62 22 26 65 75
Binary 11010000 10001101 1100111 0 100000 110010 10010 10110 110101 111101

Color Harmonies of #D08D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D67

Black with #D08D67

Text Example


Text Example

White with #D08D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D67; }

 p { color: rgb(208,141,103); }

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

background-color css

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

 a { background-color: rgb(208,141,103); }

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

border-color css

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

 span { border-color: rgb(208,141,103); }

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