Html Css Color HEX #D29564 Whiskey

📋 copy color: '#D29564'

red 210 ◦ green 149 ◦ blue 100

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

Shades of Whiskey #D29564

Tints of Whiskey #D29564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.46%

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

R = 45.75%
G = 32.46%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D29564 (or 0xD29564) is known color: Whiskey. HEX triplet: D2, 95 and 64. RGB value is (210,149,100). Sum of RGB (Red+Green+Blue) = 210+149+100=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D29564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29564 is #2D6A9B. Grayscale: #A1A1A1. Windows color (decimal): -2976412 or 6591954. OLE color: 6591954.

HSL color Cylindrical-coordinate representation of color #D29564: hue angle of 26.73º 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 #D29564 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 149 100 -
CMYK 0 0.29 0.52 0.18
HSL 26.73º 0.55% 0.61% -
HSV(B) 26.73º 0.52% 0.82% -
XYZ 39.63 36.12 16.94 -
YUV 161.65 93.21 162.48 -
System Red Green Blue C M Y K H S L
Decimal 210 149 100 0 0.29 0.52 0.18 26.73 0.55 0.61
Hex D2 95 64 0 1D 34 12 1B 37 3D
Octal 322 225 144 0 35 64 22 33 67 75
Binary 11010010 10010101 1100100 0 11101 110100 10010 11011 110111 111101

Color Harmonies of #D29564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29564

Black with #D29564

Text Example


Text Example

White with #D29564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29564; }

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

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

background-color css

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

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

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

border-color css

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

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

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