Html Css Color HEX #D8C360 Tacha

📋 copy color: '#D8C360'

red 216 ◦ green 195 ◦ blue 96

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

Shades of Tacha #D8C360

Tints of Tacha #D8C360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.46%

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

R = 42.6%
G = 38.46%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8C360 (or 0xD8C360) is known color: Tacha. HEX triplet: D8, C3 and 60. RGB value is (216,195,96). Sum of RGB (Red+Green+Blue) = 216+195+96=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C360 is #273C9F. Grayscale: #BEBEBE. Windows color (decimal): -2571424 or 6341592. OLE color: 6341592.

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

Color convert

RGB 216 195 96 -
CMYK 0 0.10 0.56 0.15
HSL 49.5º 0.61% 0.61% -
HSV(B) 49.5º 0.56% 0.85% -
XYZ 49.95 54.47 18.95 -
YUV 189.99 74.96 146.55 -
System Red Green Blue C M Y K H S L
Decimal 216 195 96 0 0.10 0.56 0.15 49.5 0.61 0.61
Hex D8 C3 60 0 A 38 F 32 3D 3D
Octal 330 303 140 0 12 70 17 62 75 75
Binary 11011000 11000011 1100000 0 1010 111000 1111 110010 111101 111101

Color Harmonies of #D8C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C360

Black with #D8C360

Text Example


Text Example

White with #D8C360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C360; }

 p { color: rgb(216,195,96); }

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

background-color css

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

 a { background-color: rgb(216,195,96); }

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

border-color css

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

 span { border-color: rgb(216,195,96); }

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