Html Css Color HEX #D8C261 Tacha

📋 copy color: '#D8C261'

red 216 ◦ green 194 ◦ blue 97

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

Shades of Tacha #D8C261

Tints of Tacha #D8C261

RGB

 RED value IS 216 (84.77% from 255) = 42.6%

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

 BLUE value IS 97 (38.28% from 255) = 19.13%

R = 42.6%
G = 38.26%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8C261 (or 0xD8C261) is known color: Tacha. HEX triplet: D8, C2 and 61. RGB value is (216,194,97). Sum of RGB (Red+Green+Blue) = 216+194+97=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C261 is #273D9E. Grayscale: #BDBDBD. Windows color (decimal): -2571679 or 6406872. OLE color: 6406872.

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

Color convert

RGB 216 194 97 -
CMYK 0 0.10 0.55 0.15
HSL 48.91º 0.6% 0.61% -
HSV(B) 48.91º 0.55% 0.85% -
XYZ 49.77 54.05 19.12 -
YUV 189.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 216 194 97 0 0.10 0.55 0.15 48.91 0.6 0.61
Hex D8 C2 61 0 A 37 F 31 3C 3D
Octal 330 302 141 0 12 67 17 61 74 75
Binary 11011000 11000010 1100001 0 1010 110111 1111 110001 111100 111101

Color Harmonies of #D8C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C261

Black with #D8C261

Text Example


Text Example

White with #D8C261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C261; }

 p { color: rgb(216,194,97); }

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

background-color css

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

 a { background-color: rgb(216,194,97); }

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

border-color css

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

 span { border-color: rgb(216,194,97); }

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