Html Css Color HEX #D8C35E Tacha

📋 copy color: '#D8C35E'

red 216 ◦ green 195 ◦ blue 94

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

Shades of Tacha #D8C35E

Tints of Tacha #D8C35E

RGB

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

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

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

R = 42.77%
G = 38.61%
B = 18.61%

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

#D8C35E (or 0xD8C35E) is known color: Tacha. HEX triplet: D8, C3 and 5E. RGB value is (216,195,94). Sum of RGB (Red+Green+Blue) = 216+195+94=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C35E is #273CA1. Grayscale: #BEBEBE. Windows color (decimal): -2571426 or 6210520. OLE color: 6210520.

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

Color convert

RGB 216 195 94 -
CMYK 0 0.10 0.56 0.15
HSL 49.67º 0.61% 0.61% -
HSV(B) 49.67º 0.56% 0.85% -
XYZ 49.85 54.44 18.47 -
YUV 189.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 216 195 94 0 0.10 0.56 0.15 49.67 0.61 0.61
Hex D8 C3 5E 0 A 38 F 32 3D 3D
Octal 330 303 136 0 12 70 17 62 75 75
Binary 11011000 11000011 1011110 0 1010 111000 1111 110010 111101 111101

Color Harmonies of #D8C35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C35E

Black with #D8C35E

Text Example


Text Example

White with #D8C35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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