Html Css Color HEX #D29C65 Whiskey

📋 copy color: '#D29C65'

red 210 ◦ green 156 ◦ blue 101

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

Shades of Whiskey #D29C65

Tints of Whiskey #D29C65

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.4%

 BLUE value IS 101 (39.84% from 255) = 21.63%

R = 44.97%
G = 33.4%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D29C65 (or 0xD29C65) is known color: Whiskey. HEX triplet: D2, 9C and 65. RGB value is (210,156,101). Sum of RGB (Red+Green+Blue) = 210+156+101=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D29C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29C65 is #2D639A. Grayscale: #A6A6A6. Windows color (decimal): -2974619 or 6659282. OLE color: 6659282.

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

Color convert

RGB 210 156 101 -
CMYK 0 0.26 0.52 0.18
HSL 30.28º 0.55% 0.61% -
HSV(B) 30.28º 0.52% 0.82% -
XYZ 40.82 38.42 17.58 -
YUV 165.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 210 156 101 0 0.26 0.52 0.18 30.28 0.55 0.61
Hex D2 9C 65 0 1A 34 12 1E 37 3D
Octal 322 234 145 0 32 64 22 36 67 75
Binary 11010010 10011100 1100101 0 11010 110100 10010 11110 110111 111101

Color Harmonies of #D29C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29C65

Black with #D29C65

Text Example


Text Example

White with #D29C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29C65; }

 p { color: rgb(210,156,101); }

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

background-color css

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

 a { background-color: rgb(210,156,101); }

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

border-color css

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

 span { border-color: rgb(210,156,101); }

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