Html Css Color HEX #D2C458 Tacha

📋 copy color: '#D2C458'

red 210 ◦ green 196 ◦ blue 88

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

Shades of Tacha #D2C458

Tints of Tacha #D2C458

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.68%

 BLUE value IS 88 (34.77% from 255) = 17.81%

R = 42.51%
G = 39.68%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D2C458 (or 0xD2C458) is known color: Tacha. HEX triplet: D2, C4 and 58. RGB value is (210,196,88). Sum of RGB (Red+Green+Blue) = 210+196+88=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C458 is #2D3BA7. Grayscale: #BCBCBC. Windows color (decimal): -2964392 or 5817554. OLE color: 5817554.

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

Color convert

RGB 210 196 88 -
CMYK 0 0.07 0.58 0.18
HSL 53.11º 0.58% 0.58% -
HSV(B) 53.11º 0.58% 0.82% -
XYZ 48.08 53.89 17.1 -
YUV 187.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 210 196 88 0 0.07 0.58 0.18 53.11 0.58 0.58
Hex D2 C4 58 0 7 3A 12 35 3A 3A
Octal 322 304 130 0 7 72 22 65 72 72
Binary 11010010 11000100 1011000 0 111 111010 10010 110101 111010 111010

Color Harmonies of #D2C458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C458

Black with #D2C458

Text Example


Text Example

White with #D2C458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C458; }

 p { color: rgb(210,196,88); }

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

background-color css

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

 a { background-color: rgb(210,196,88); }

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

border-color css

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

 span { border-color: rgb(210,196,88); }

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