Html Css Color HEX #D69268 Whiskey

📋 copy color: '#D69268'

red 214 ◦ green 146 ◦ blue 104

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

Shades of Whiskey #D69268

Tints of Whiskey #D69268

RGB

 RED value IS 214 (83.98% from 255) = 46.12%

 GREEN value IS 146 (57.42% from 255) = 31.47%

 BLUE value IS 104 (41.02% from 255) = 22.41%

R = 46.12%
G = 31.47%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D69268 (or 0xD69268) is known color: Whiskey. HEX triplet: D6, 92 and 68. RGB value is (214,146,104). Sum of RGB (Red+Green+Blue) = 214+146+104=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D69268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69268 is #296D97. Grayscale: #A1A1A1. Windows color (decimal): -2715032 or 6853334. OLE color: 6853334.

HSL color Cylindrical-coordinate representation of color #D69268: hue angle of 22.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D69268 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 146 104 -
CMYK 0 0.32 0.51 0.16
HSL 22.91º 0.57% 0.62% -
HSV(B) 22.91º 0.51% 0.84% -
XYZ 40.51 35.85 17.88 -
YUV 161.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 214 146 104 0 0.32 0.51 0.16 22.91 0.57 0.62
Hex D6 92 68 0 20 33 10 17 39 3E
Octal 326 222 150 0 40 63 20 27 71 76
Binary 11010110 10010010 1101000 0 100000 110011 10000 10111 111001 111110

Color Harmonies of #D69268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69268

Black with #D69268

Text Example


Text Example

White with #D69268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69268; }

 p { color: rgb(214,146,104); }

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

background-color css

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

 a { background-color: rgb(214,146,104); }

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

border-color css

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

 span { border-color: rgb(214,146,104); }

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