Html Css Color HEX #D4C063 Tacha

📋 copy color: '#D4C063'

red 212 ◦ green 192 ◦ blue 99

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

Shades of Tacha #D4C063

Tints of Tacha #D4C063

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.17%

 BLUE value IS 99 (39.06% from 255) = 19.68%

R = 42.15%
G = 38.17%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D4C063 (or 0xD4C063) is known color: Tacha. HEX triplet: D4, C0 and 63. RGB value is (212,192,99). Sum of RGB (Red+Green+Blue) = 212+192+99=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C063 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C063 is #2B3F9C. Grayscale: #BBBBBB. Windows color (decimal): -2834333 or 6537428. OLE color: 6537428.

HSL color Cylindrical-coordinate representation of color #D4C063: hue angle of 49.38º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4C063 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 192 99 -
CMYK 0 0.09 0.53 0.17
HSL 49.38º 0.57% 0.61% -
HSV(B) 49.38º 0.53% 0.83% -
XYZ 48.25 52.6 19.41 -
YUV 187.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 212 192 99 0 0.09 0.53 0.17 49.38 0.57 0.61
Hex D4 C0 63 0 9 35 11 31 39 3D
Octal 324 300 143 0 11 65 21 61 71 75
Binary 11010100 11000000 1100011 0 1001 110101 10001 110001 111001 111101

Color Harmonies of #D4C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C063

Black with #D4C063

Text Example


Text Example

White with #D4C063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C063; }

 p { color: rgb(212,192,99); }

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

background-color css

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

 a { background-color: rgb(212,192,99); }

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

border-color css

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

 span { border-color: rgb(212,192,99); }

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