Html Css Color HEX #D8C45E Tacha

📋 copy color: '#D8C45E'

red 216 ◦ green 196 ◦ blue 94

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

Shades of Tacha #D8C45E

Tints of Tacha #D8C45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.58%

R = 42.69%
G = 38.74%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8C45E (or 0xD8C45E) is known color: Tacha. HEX triplet: D8, C4 and 5E. RGB value is (216,196,94). Sum of RGB (Red+Green+Blue) = 216+196+94=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C45E is #273BA1. Grayscale: #BEBEBE. Windows color (decimal): -2571170 or 6210776. OLE color: 6210776.

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

Color convert

RGB 216 196 94 -
CMYK 0 0.09 0.56 0.15
HSL 50.16º 0.61% 0.61% -
HSV(B) 50.16º 0.56% 0.85% -
XYZ 50.08 54.89 18.54 -
YUV 190.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 216 196 94 0 0.09 0.56 0.15 50.16 0.61 0.61
Hex D8 C4 5E 0 9 38 F 32 3D 3D
Octal 330 304 136 0 11 70 17 62 75 75
Binary 11011000 11000100 1011110 0 1001 111000 1111 110010 111101 111101

Color Harmonies of #D8C45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C45E

Black with #D8C45E

Text Example


Text Example

White with #D8C45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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