Html Css Color HEX #D2C55E Tacha

📋 copy color: '#D2C55E'

red 210 ◦ green 197 ◦ blue 94

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

Shades of Tacha #D2C55E

Tints of Tacha #D2C55E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.32%

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

R = 41.92%
G = 39.32%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2C55E (or 0xD2C55E) is known color: Tacha. HEX triplet: D2, C5 and 5E. RGB value is (210,197,94). Sum of RGB (Red+Green+Blue) = 210+197+94=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C55E is #2D3AA1. Grayscale: #BDBDBD. Windows color (decimal): -2964130 or 6211026. OLE color: 6211026.

HSL color Cylindrical-coordinate representation of color #D2C55E: hue angle of 53.28º 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 #D2C55E is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 197 94 -
CMYK 0 0.06 0.55 0.18
HSL 53.28º 0.56% 0.6% -
HSV(B) 53.28º 0.55% 0.82% -
XYZ 48.56 54.44 18.54 -
YUV 189.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 210 197 94 0 0.06 0.55 0.18 53.28 0.56 0.6
Hex D2 C5 5E 0 6 37 12 35 38 3C
Octal 322 305 136 0 6 67 22 65 70 74
Binary 11010010 11000101 1011110 0 110 110111 10010 110101 111000 111100

Color Harmonies of #D2C55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C55E

Black with #D2C55E

Text Example


Text Example

White with #D2C55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C55E; }

 p { color: rgb(210,197,94); }

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

background-color css

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

 a { background-color: rgb(210,197,94); }

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

border-color css

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

 span { border-color: rgb(210,197,94); }

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