Html Css Color HEX #D2C15F Tacha

📋 copy color: '#D2C15F'

red 210 ◦ green 193 ◦ blue 95

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

Shades of Tacha #D2C15F

Tints of Tacha #D2C15F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.08%

R = 42.17%
G = 38.76%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2C15F (or 0xD2C15F) is known color: Tacha. HEX triplet: D2, C1 and 5F. RGB value is (210,193,95). Sum of RGB (Red+Green+Blue) = 210+193+95=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C15F is #2D3EA0. Grayscale: #BBBBBB. Windows color (decimal): -2965153 or 6275538. OLE color: 6275538.

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

Color convert

RGB 210 193 95 -
CMYK 0 0.08 0.55 0.18
HSL 51.13º 0.56% 0.6% -
HSV(B) 51.13º 0.55% 0.82% -
XYZ 47.71 52.67 18.48 -
YUV 186.91 76.13 144.47 -
System Red Green Blue C M Y K H S L
Decimal 210 193 95 0 0.08 0.55 0.18 51.13 0.56 0.6
Hex D2 C1 5F 0 8 37 12 33 38 3C
Octal 322 301 137 0 10 67 22 63 70 74
Binary 11010010 11000001 1011111 0 1000 110111 10010 110011 111000 111100

Color Harmonies of #D2C15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C15F

Black with #D2C15F

Text Example


Text Example

White with #D2C15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C15F; }

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

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

background-color css

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

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

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

border-color css

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

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

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