Html Css Color HEX #D1C15D Tacha

📋 copy color: '#D1C15D'

red 209 ◦ green 193 ◦ blue 93

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

Shades of Tacha #D1C15D

Tints of Tacha #D1C15D

RGB

 RED value IS 209 (82.03% from 255) = 42.22%

 GREEN value IS 193 (75.78% from 255) = 38.99%

 BLUE value IS 93 (36.72% from 255) = 18.79%

R = 42.22%
G = 38.99%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1C15D (or 0xD1C15D) is known color: Tacha. HEX triplet: D1, C1 and 5D. RGB value is (209,193,93). Sum of RGB (Red+Green+Blue) = 209+193+93=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C15D is #2E3EA2. Grayscale: #BABABA. Windows color (decimal): -3030691 or 6144465. OLE color: 6144465.

HSL color Cylindrical-coordinate representation of color #D1C15D: hue angle of 51.72º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1C15D is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 193 93 -
CMYK 0 0.08 0.56 0.18
HSL 51.72º 0.56% 0.59% -
HSV(B) 51.72º 0.56% 0.82% -
XYZ 47.34 52.49 17.99 -
YUV 186.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 209 193 93 0 0.08 0.56 0.18 51.72 0.56 0.59
Hex D1 C1 5D 0 8 38 12 34 38 3B
Octal 321 301 135 0 10 70 22 64 70 73
Binary 11010001 11000001 1011101 0 1000 111000 10010 110100 111000 111011

Color Harmonies of #D1C15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C15D

Black with #D1C15D

Text Example


Text Example

White with #D1C15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C15D; }

 p { color: rgb(209,193,93); }

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

background-color css

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

 a { background-color: rgb(209,193,93); }

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

border-color css

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

 span { border-color: rgb(209,193,93); }

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