Html Css Color HEX #D38F69 Whiskey

📋 copy color: '#D38F69'

red 211 ◦ green 143 ◦ blue 105

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

Shades of Whiskey #D38F69

Tints of Whiskey #D38F69

RGB

 RED value IS 211 (82.81% from 255) = 45.97%

 GREEN value IS 143 (56.25% from 255) = 31.15%

 BLUE value IS 105 (41.41% from 255) = 22.88%

R = 45.97%
G = 31.15%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D38F69 (or 0xD38F69) is known color: Whiskey. HEX triplet: D3, 8F and 69. RGB value is (211,143,105). Sum of RGB (Red+Green+Blue) = 211+143+105=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D38F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38F69 is #2C7096. Grayscale: #9F9F9F. Windows color (decimal): -2912407 or 6918099. OLE color: 6918099.

HSL color Cylindrical-coordinate representation of color #D38F69: hue angle of 21.51º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D38F69 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 143 105 -
CMYK 0 0.32 0.50 0.17
HSL 21.51º 0.55% 0.62% -
HSV(B) 21.51º 0.5% 0.83% -
XYZ 39.24 34.51 17.96 -
YUV 159 97.53 165.09 -
System Red Green Blue C M Y K H S L
Decimal 211 143 105 0 0.32 0.50 0.17 21.51 0.55 0.62
Hex D3 8F 69 0 20 32 11 16 37 3E
Octal 323 217 151 0 40 62 21 26 67 76
Binary 11010011 10001111 1101001 0 100000 110010 10001 10110 110111 111110

Color Harmonies of #D38F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38F69

Black with #D38F69

Text Example


Text Example

White with #D38F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38F69; }

 p { color: rgb(211,143,105); }

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

background-color css

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

 a { background-color: rgb(211,143,105); }

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

border-color css

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

 span { border-color: rgb(211,143,105); }

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