Html Css Color HEX #D9C165 Tacha

📋 copy color: '#D9C165'

red 217 ◦ green 193 ◦ blue 101

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

Shades of Tacha #D9C165

Tints of Tacha #D9C165

RGB

 RED value IS 217 (85.16% from 255) = 42.47%

 GREEN value IS 193 (75.78% from 255) = 37.77%

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

R = 42.47%
G = 37.77%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9C165 (or 0xD9C165) is known color: Tacha. HEX triplet: D9, C1 and 65. RGB value is (217,193,101). Sum of RGB (Red+Green+Blue) = 217+193+101=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C165 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C165 is #263E9A. Grayscale: #BEBEBE. Windows color (decimal): -2506395 or 6668761. OLE color: 6668761.

HSL color Cylindrical-coordinate representation of color #D9C165: hue angle of 47.59º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9C165 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 193 101 -
CMYK 0 0.11 0.53 0.15
HSL 47.59º 0.6% 0.62% -
HSV(B) 47.59º 0.53% 0.85% -
XYZ 50.03 53.83 20.07 -
YUV 189.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 217 193 101 0 0.11 0.53 0.15 47.59 0.6 0.62
Hex D9 C1 65 0 B 35 F 30 3C 3E
Octal 331 301 145 0 13 65 17 60 74 76
Binary 11011001 11000001 1100101 0 1011 110101 1111 110000 111100 111110

Color Harmonies of #D9C165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C165

Black with #D9C165

Text Example


Text Example

White with #D9C165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C165; }

 p { color: rgb(217,193,101); }

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

background-color css

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

 a { background-color: rgb(217,193,101); }

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

border-color css

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

 span { border-color: rgb(217,193,101); }

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