Html Css Color HEX #D6C253 Tacha

📋 copy color: '#D6C253'

red 214 ◦ green 194 ◦ blue 83

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

Shades of Tacha #D6C253

Tints of Tacha #D6C253

RGB

 RED value IS 214 (83.98% from 255) = 43.58%

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

 BLUE value IS 83 (32.81% from 255) = 16.9%

R = 43.58%
G = 39.51%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6C253 (or 0xD6C253) is known color: Tacha. HEX triplet: D6, C2 and 53. RGB value is (214,194,83). Sum of RGB (Red+Green+Blue) = 214+194+83=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C253 is #293DAC. Grayscale: #BBBBBB. Windows color (decimal): -2702765 or 5489366. OLE color: 5489366.

HSL color Cylindrical-coordinate representation of color #D6C253: hue angle of 50.84º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6C253 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 194 83 -
CMYK 0 0.09 0.61 0.16
HSL 50.84º 0.62% 0.58% -
HSV(B) 50.84º 0.61% 0.84% -
XYZ 48.58 53.5 15.95 -
YUV 187.33 69.13 147.03 -
System Red Green Blue C M Y K H S L
Decimal 214 194 83 0 0.09 0.61 0.16 50.84 0.62 0.58
Hex D6 C2 53 0 9 3D 10 33 3E 3A
Octal 326 302 123 0 11 75 20 63 76 72
Binary 11010110 11000010 1010011 0 1001 111101 10000 110011 111110 111010

Color Harmonies of #D6C253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C253

Black with #D6C253

Text Example


Text Example

White with #D6C253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C253; }

 p { color: rgb(214,194,83); }

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

background-color css

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

 a { background-color: rgb(214,194,83); }

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

border-color css

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

 span { border-color: rgb(214,194,83); }

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