Html Css Color HEX #D9C265 Tacha

📋 copy color: '#D9C265'

red 217 ◦ green 194 ◦ blue 101

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

Shades of Tacha #D9C265

Tints of Tacha #D9C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.89%

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

R = 42.38%
G = 37.89%
B = 19.73%

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

#D9C265 (or 0xD9C265) is known color: Tacha. HEX triplet: D9, C2 and 65. RGB value is (217,194,101). Sum of RGB (Red+Green+Blue) = 217+194+101=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C265 is #263D9A. Grayscale: #BEBEBE. Windows color (decimal): -2506139 or 6669017. OLE color: 6669017.

HSL color Cylindrical-coordinate representation of color #D9C265: hue angle of 48.1º 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 #D9C265 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 194 101 -
CMYK 0 0.11 0.53 0.15
HSL 48.1º 0.6% 0.62% -
HSV(B) 48.1º 0.53% 0.85% -
XYZ 50.26 54.27 20.14 -
YUV 190.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 217 194 101 0 0.11 0.53 0.15 48.1 0.6 0.62
Hex D9 C2 65 0 B 35 F 30 3C 3E
Octal 331 302 145 0 13 65 17 60 74 76
Binary 11011001 11000010 1100101 0 1011 110101 1111 110000 111100 111110

Color Harmonies of #D9C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C265

Black with #D9C265

Text Example


Text Example

White with #D9C265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C265; }

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

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

background-color css

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

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

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

border-color css

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

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

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