Html Css Color HEX #D3C65F Tacha

📋 copy color: '#D3C65F'

red 211 ◦ green 198 ◦ blue 95

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

Shades of Tacha #D3C65F

Tints of Tacha #D3C65F

RGB

 RED value IS 211 (82.81% from 255) = 41.87%

 GREEN value IS 198 (77.73% from 255) = 39.29%

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

R = 41.87%
G = 39.29%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3C65F (or 0xD3C65F) is known color: Tacha. HEX triplet: D3, C6 and 5F. RGB value is (211,198,95). Sum of RGB (Red+Green+Blue) = 211+198+95=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C65F is #2C39A0. Grayscale: #BEBEBE. Windows color (decimal): -2898337 or 6276819. OLE color: 6276819.

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

Color convert

RGB 211 198 95 -
CMYK 0 0.06 0.55 0.17
HSL 53.28º 0.57% 0.6% -
HSV(B) 53.28º 0.55% 0.83% -
XYZ 49.12 55.06 18.87 -
YUV 190.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 211 198 95 0 0.06 0.55 0.17 53.28 0.57 0.6
Hex D3 C6 5F 0 6 37 11 35 39 3C
Octal 323 306 137 0 6 67 21 65 71 74
Binary 11010011 11000110 1011111 0 110 110111 10001 110101 111001 111100

Color Harmonies of #D3C65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C65F

Black with #D3C65F

Text Example


Text Example

White with #D3C65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C65F; }

 p { color: rgb(211,198,95); }

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

background-color css

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

 a { background-color: rgb(211,198,95); }

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

border-color css

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

 span { border-color: rgb(211,198,95); }

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