Html Css Color HEX #D9C260 Tacha

📋 copy color: '#D9C260'

red 217 ◦ green 194 ◦ blue 96

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

Shades of Tacha #D9C260

Tints of Tacha #D9C260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.93%

R = 42.8%
G = 38.26%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9C260 (or 0xD9C260) is known color: Tacha. HEX triplet: D9, C2 and 60. RGB value is (217,194,96). Sum of RGB (Red+Green+Blue) = 217+194+96=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C260 is #263D9F. Grayscale: #BEBEBE. Windows color (decimal): -2506144 or 6341337. OLE color: 6341337.

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

Color convert

RGB 217 194 96 -
CMYK 0 0.11 0.56 0.15
HSL 48.6º 0.61% 0.61% -
HSV(B) 48.6º 0.56% 0.85% -
XYZ 50.02 54.18 18.89 -
YUV 189.71 75.12 147.47 -
System Red Green Blue C M Y K H S L
Decimal 217 194 96 0 0.11 0.56 0.15 48.6 0.61 0.61
Hex D9 C2 60 0 B 38 F 31 3D 3D
Octal 331 302 140 0 13 70 17 61 75 75
Binary 11011001 11000010 1100000 0 1011 111000 1111 110001 111101 111101

Color Harmonies of #D9C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C260

Black with #D9C260

Text Example


Text Example

White with #D9C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C260; }

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

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

background-color css

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

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

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

border-color css

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

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

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