Html Css Color HEX #D0C15D Tacha

📋 copy color: '#D0C15D'

red 208 ◦ green 193 ◦ blue 93

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

Shades of Tacha #D0C15D

Tints of Tacha #D0C15D

RGB

 RED value IS 208 (81.64% from 255) = 42.11%

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

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

R = 42.11%
G = 39.07%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0C15D (or 0xD0C15D) is known color: Tacha. HEX triplet: D0, C1 and 5D. RGB value is (208,193,93). Sum of RGB (Red+Green+Blue) = 208+193+93=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 193 (75.78% from 255 or 39.07% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C15D is #2F3EA2. Grayscale: #BABABA. Windows color (decimal): -3096227 or 6144464. OLE color: 6144464.

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

Color convert

RGB 208 193 93 -
CMYK 0 0.07 0.55 0.18
HSL 52.17º 0.55% 0.59% -
HSV(B) 52.17º 0.55% 0.82% -
XYZ 47.06 52.34 17.98 -
YUV 186.09 75.47 143.63 -
System Red Green Blue C M Y K H S L
Decimal 208 193 93 0 0.07 0.55 0.18 52.17 0.55 0.59
Hex D0 C1 5D 0 7 37 12 34 37 3B
Octal 320 301 135 0 7 67 22 64 67 73
Binary 11010000 11000001 1011101 0 111 110111 10010 110100 110111 111011

Color Harmonies of #D0C15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C15D

Black with #D0C15D

Text Example


Text Example

White with #D0C15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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