Html Css Color HEX #D2C15D Tacha

📋 copy color: '#D2C15D'

red 210 ◦ green 193 ◦ blue 93

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

Shades of Tacha #D2C15D

Tints of Tacha #D2C15D

RGB

 RED value IS 210 (82.42% from 255) = 42.34%

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

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

R = 42.34%
G = 38.91%
B = 18.75%

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

#D2C15D (or 0xD2C15D) is known color: Tacha. HEX triplet: D2, C1 and 5D. RGB value is (210,193,93). Sum of RGB (Red+Green+Blue) = 210+193+93=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C15D is #2D3EA2. Grayscale: #BBBBBB. Windows color (decimal): -2965155 or 6144466. OLE color: 6144466.

HSL color Cylindrical-coordinate representation of color #D2C15D: hue angle of 51.28º degrees, saturation: 0.57, 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 #D2C15D is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 193 93 -
CMYK 0 0.08 0.56 0.18
HSL 51.28º 0.57% 0.59% -
HSV(B) 51.28º 0.56% 0.82% -
XYZ 47.62 52.63 18 -
YUV 186.68 75.13 144.63 -
System Red Green Blue C M Y K H S L
Decimal 210 193 93 0 0.08 0.56 0.18 51.28 0.57 0.59
Hex D2 C1 5D 0 8 38 12 33 39 3B
Octal 322 301 135 0 10 70 22 63 71 73
Binary 11010010 11000001 1011101 0 1000 111000 10010 110011 111001 111011

Color Harmonies of #D2C15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C15D

Black with #D2C15D

Text Example


Text Example

White with #D2C15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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