Html Css Color HEX #D9C35E Tacha

📋 copy color: '#D9C35E'

red 217 ◦ green 195 ◦ blue 94

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

Shades of Tacha #D9C35E

Tints of Tacha #D9C35E

RGB

 RED value IS 217 (85.16% from 255) = 42.89%

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

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

R = 42.89%
G = 38.54%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9C35E (or 0xD9C35E) is known color: Tacha. HEX triplet: D9, C3 and 5E. RGB value is (217,195,94). Sum of RGB (Red+Green+Blue) = 217+195+94=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 94 (37.11% from 255 or 18.58% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C35E is #263CA1. Grayscale: #BEBEBE. Windows color (decimal): -2505890 or 6210521. OLE color: 6210521.

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

Color convert

RGB 217 195 94 -
CMYK 0 0.10 0.57 0.15
HSL 49.27º 0.62% 0.61% -
HSV(B) 49.27º 0.57% 0.85% -
XYZ 50.15 54.59 18.48 -
YUV 190.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 217 195 94 0 0.10 0.57 0.15 49.27 0.62 0.61
Hex D9 C3 5E 0 A 39 F 31 3E 3D
Octal 331 303 136 0 12 71 17 61 76 75
Binary 11011001 11000011 1011110 0 1010 111001 1111 110001 111110 111101

Color Harmonies of #D9C35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C35E

Black with #D9C35E

Text Example


Text Example

White with #D9C35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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