Html Css Color HEX #D69468 Whiskey

📋 copy color: '#D69468'

red 214 ◦ green 148 ◦ blue 104

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

Shades of Whiskey #D69468

Tints of Whiskey #D69468

RGB

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

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

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

R = 45.92%
G = 31.76%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D69468 (or 0xD69468) is known color: Whiskey. HEX triplet: D6, 94 and 68. RGB value is (214,148,104). Sum of RGB (Red+Green+Blue) = 214+148+104=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D69468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69468 is #296B97. Grayscale: #A2A2A2. Windows color (decimal): -2714520 or 6853846. OLE color: 6853846.

HSL color Cylindrical-coordinate representation of color #D69468: hue angle of 24º 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 #D69468 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 104 -
CMYK 0 0.31 0.51 0.16
HSL 24º 0.57% 0.62% -
HSV(B) 24º 0.51% 0.84% -
XYZ 40.82 36.48 17.99 -
YUV 162.72 94.87 164.58 -
System Red Green Blue C M Y K H S L
Decimal 214 148 104 0 0.31 0.51 0.16 24 0.57 0.62
Hex D6 94 68 0 1F 33 10 18 39 3E
Octal 326 224 150 0 37 63 20 30 71 76
Binary 11010110 10010100 1101000 0 11111 110011 10000 11000 111001 111110

Color Harmonies of #D69468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69468

Black with #D69468

Text Example


Text Example

White with #D69468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69468; }

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

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

background-color css

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

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

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

border-color css

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

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

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