Html Css Color HEX #D5C260 Tacha

📋 copy color: '#D5C260'

red 213 ◦ green 194 ◦ blue 96

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

Shades of Tacha #D5C260

Tints of Tacha #D5C260

RGB

 RED value IS 213 (83.59% from 255) = 42.35%

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

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

R = 42.35%
G = 38.57%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5C260 (or 0xD5C260) is known color: Tacha. HEX triplet: D5, C2 and 60. RGB value is (213,194,96). Sum of RGB (Red+Green+Blue) = 213+194+96=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C260 is #2A3D9F. Grayscale: #BCBCBC. Windows color (decimal): -2768288 or 6341333. OLE color: 6341333.

HSL color Cylindrical-coordinate representation of color #D5C260: hue angle of 50.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5C260 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 194 96 -
CMYK 0 0.09 0.55 0.16
HSL 50.26º 0.58% 0.61% -
HSV(B) 50.26º 0.55% 0.84% -
XYZ 48.84 53.57 18.83 -
YUV 188.51 75.79 145.47 -
System Red Green Blue C M Y K H S L
Decimal 213 194 96 0 0.09 0.55 0.16 50.26 0.58 0.61
Hex D5 C2 60 0 9 37 10 32 3A 3D
Octal 325 302 140 0 11 67 20 62 72 75
Binary 11010101 11000010 1100000 0 1001 110111 10000 110010 111010 111101

Color Harmonies of #D5C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C260

Black with #D5C260

Text Example


Text Example

White with #D5C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C260; }

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

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

background-color css

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

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

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

border-color css

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

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

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