Html Css Color HEX #D4C25E Tacha

📋 copy color: '#D4C25E'

red 212 ◦ green 194 ◦ blue 94

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

Shades of Tacha #D4C25E

Tints of Tacha #D4C25E

RGB

 RED value IS 212 (83.2% from 255) = 42.4%

 GREEN value IS 194 (76.17% from 255) = 38.8%

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

R = 42.4%
G = 38.8%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D4C25E (or 0xD4C25E) is known color: Tacha. HEX triplet: D4, C2 and 5E. RGB value is (212,194,94). Sum of RGB (Red+Green+Blue) = 212+194+94=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C25E is #2B3DA1. Grayscale: #BCBCBC. Windows color (decimal): -2833826 or 6210260. OLE color: 6210260.

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

Color convert

RGB 212 194 94 -
CMYK 0 0.08 0.56 0.17
HSL 50.85º 0.58% 0.6% -
HSV(B) 50.85º 0.56% 0.83% -
XYZ 48.46 53.39 18.34 -
YUV 187.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 212 194 94 0 0.08 0.56 0.17 50.85 0.58 0.6
Hex D4 C2 5E 0 8 38 11 33 3A 3C
Octal 324 302 136 0 10 70 21 63 72 74
Binary 11010100 11000010 1011110 0 1000 111000 10001 110011 111010 111100

Color Harmonies of #D4C25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C25E

Black with #D4C25E

Text Example


Text Example

White with #D4C25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C25E; }

 p { color: rgb(212,194,94); }

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

background-color css

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

 a { background-color: rgb(212,194,94); }

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

border-color css

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

 span { border-color: rgb(212,194,94); }

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