Html Css Color HEX #D8C462 Tacha

📋 copy color: '#D8C462'

red 216 ◦ green 196 ◦ blue 98

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

Shades of Tacha #D8C462

Tints of Tacha #D8C462

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.43%

 BLUE value IS 98 (38.67% from 255) = 19.22%

R = 42.35%
G = 38.43%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D8C462 (or 0xD8C462) is known color: Tacha. HEX triplet: D8, C4 and 62. RGB value is (216,196,98). Sum of RGB (Red+Green+Blue) = 216+196+98=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 98 (38.67% from 255 or 19.22% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C462 is #273B9D. Grayscale: #BFBFBF. Windows color (decimal): -2571166 or 6472920. OLE color: 6472920.

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

Color convert

RGB 216 196 98 -
CMYK 0 0.09 0.55 0.15
HSL 49.83º 0.6% 0.62% -
HSV(B) 49.83º 0.55% 0.85% -
XYZ 50.26 54.96 19.51 -
YUV 190.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 216 196 98 0 0.09 0.55 0.15 49.83 0.6 0.62
Hex D8 C4 62 0 9 37 F 32 3C 3E
Octal 330 304 142 0 11 67 17 62 74 76
Binary 11011000 11000100 1100010 0 1001 110111 1111 110010 111100 111110

Color Harmonies of #D8C462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C462

Black with #D8C462

Text Example


Text Example

White with #D8C462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C462; }

 p { color: rgb(216,196,98); }

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

background-color css

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

 a { background-color: rgb(216,196,98); }

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

border-color css

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

 span { border-color: rgb(216,196,98); }

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