Html Css Color HEX #D2C263 Tacha

📋 copy color: '#D2C263'

red 210 ◦ green 194 ◦ blue 99

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

Shades of Tacha #D2C263

Tints of Tacha #D2C263

RGB

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

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

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

R = 41.75%
G = 38.57%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D2C263 (or 0xD2C263) is known color: Tacha. HEX triplet: D2, C2 and 63. RGB value is (210,194,99). Sum of RGB (Red+Green+Blue) = 210+194+99=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C263 is #2D3D9C. Grayscale: #BCBCBC. Windows color (decimal): -2964893 or 6537938. OLE color: 6537938.

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

Color convert

RGB 210 194 99 -
CMYK 0 0.08 0.53 0.18
HSL 51.35º 0.55% 0.61% -
HSV(B) 51.35º 0.53% 0.82% -
XYZ 48.12 53.19 19.53 -
YUV 187.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 210 194 99 0 0.08 0.53 0.18 51.35 0.55 0.61
Hex D2 C2 63 0 8 35 12 33 37 3D
Octal 322 302 143 0 10 65 22 63 67 75
Binary 11010010 11000010 1100011 0 1000 110101 10010 110011 110111 111101

Color Harmonies of #D2C263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C263

Black with #D2C263

Text Example


Text Example

White with #D2C263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C263; }

 p { color: rgb(210,194,99); }

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

background-color css

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

 a { background-color: rgb(210,194,99); }

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

border-color css

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

 span { border-color: rgb(210,194,99); }

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