Html Css Color HEX #D29468 Whiskey

📋 copy color: '#D29468'

red 210 ◦ green 148 ◦ blue 104

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

Shades of Whiskey #D29468

Tints of Whiskey #D29468

RGB

 RED value IS 210 (82.42% from 255) = 45.45%

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

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

R = 45.45%
G = 32.03%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D29468 (or 0xD29468) is known color: Whiskey. HEX triplet: D2, 94 and 68. RGB value is (210,148,104). Sum of RGB (Red+Green+Blue) = 210+148+104=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D29468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29468 is #2D6B97. Grayscale: #A1A1A1. Windows color (decimal): -2976664 or 6853842. OLE color: 6853842.

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

Color convert

RGB 210 148 104 -
CMYK 0 0.30 0.50 0.18
HSL 24.91º 0.54% 0.62% -
HSV(B) 24.91º 0.5% 0.82% -
XYZ 39.67 35.88 17.93 -
YUV 161.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 210 148 104 0 0.30 0.50 0.18 24.91 0.54 0.62
Hex D2 94 68 0 1E 32 12 19 36 3E
Octal 322 224 150 0 36 62 22 31 66 76
Binary 11010010 10010100 1101000 0 11110 110010 10010 11001 110110 111110

Color Harmonies of #D29468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29468

Black with #D29468

Text Example


Text Example

White with #D29468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29468; }

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

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

background-color css

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

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

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

border-color css

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

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

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