Html Css Color HEX #D29264 Whiskey

📋 copy color: '#D29264'

red 210 ◦ green 146 ◦ blue 100

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

Shades of Whiskey #D29264

Tints of Whiskey #D29264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.93%

R = 46.05%
G = 32.02%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D29264 (or 0xD29264) is known color: Whiskey. HEX triplet: D2, 92 and 64. RGB value is (210,146,100). Sum of RGB (Red+Green+Blue) = 210+146+100=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D29264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29264 is #2D6D9B. Grayscale: #A0A0A0. Windows color (decimal): -2977180 or 6591186. OLE color: 6591186.

HSL color Cylindrical-coordinate representation of color #D29264: hue angle of 25.09º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D29264 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 146 100 -
CMYK 0 0.30 0.52 0.18
HSL 25.09º 0.55% 0.61% -
HSV(B) 25.09º 0.52% 0.82% -
XYZ 39.16 35.18 16.78 -
YUV 159.89 94.2 163.74 -
System Red Green Blue C M Y K H S L
Decimal 210 146 100 0 0.30 0.52 0.18 25.09 0.55 0.61
Hex D2 92 64 0 1E 34 12 19 37 3D
Octal 322 222 144 0 36 64 22 31 67 75
Binary 11010010 10010010 1100100 0 11110 110100 10010 11001 110111 111101

Color Harmonies of #D29264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29264

Black with #D29264

Text Example


Text Example

White with #D29264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29264; }

 p { color: rgb(210,146,100); }

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

background-color css

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

 a { background-color: rgb(210,146,100); }

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

border-color css

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

 span { border-color: rgb(210,146,100); }

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