Html Css Color HEX #D6C053 Tacha

📋 copy color: '#D6C053'

red 214 ◦ green 192 ◦ blue 83

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

Shades of Tacha #D6C053

Tints of Tacha #D6C053

RGB

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

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

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

R = 43.76%
G = 39.26%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D6C053 (or 0xD6C053) is known color: Tacha. HEX triplet: D6, C0 and 53. RGB value is (214,192,83). Sum of RGB (Red+Green+Blue) = 214+192+83=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C053 is #293FAC. Grayscale: #BABABA. Windows color (decimal): -2703277 or 5488854. OLE color: 5488854.

HSL color Cylindrical-coordinate representation of color #D6C053: hue angle of 49.92º 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 #D6C053 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 192 83 -
CMYK 0 0.10 0.61 0.16
HSL 49.92º 0.62% 0.58% -
HSV(B) 49.92º 0.61% 0.84% -
XYZ 48.14 52.62 15.8 -
YUV 186.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 214 192 83 0 0.10 0.61 0.16 49.92 0.62 0.58
Hex D6 C0 53 0 A 3D 10 32 3E 3A
Octal 326 300 123 0 12 75 20 62 76 72
Binary 11010110 11000000 1010011 0 1010 111101 10000 110010 111110 111010

Color Harmonies of #D6C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C053

Black with #D6C053

Text Example


Text Example

White with #D6C053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C053; }

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

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

background-color css

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

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

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

border-color css

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

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

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