Html Css Color HEX #D6C262 Tacha

📋 copy color: '#D6C262'

red 214 ◦ green 194 ◦ blue 98

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

Shades of Tacha #D6C262

Tints of Tacha #D6C262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.37%

R = 42.29%
G = 38.34%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6C262 (or 0xD6C262) is known color: Tacha. HEX triplet: D6, C2 and 62. RGB value is (214,194,98). Sum of RGB (Red+Green+Blue) = 214+194+98=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C262 is #293D9D. Grayscale: #BDBDBD. Windows color (decimal): -2702750 or 6472406. OLE color: 6472406.

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

Color convert

RGB 214 194 98 -
CMYK 0 0.09 0.54 0.16
HSL 49.66º 0.59% 0.61% -
HSV(B) 49.66º 0.54% 0.84% -
XYZ 49.23 53.76 19.34 -
YUV 189.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 214 194 98 0 0.09 0.54 0.16 49.66 0.59 0.61
Hex D6 C2 62 0 9 36 10 32 3B 3D
Octal 326 302 142 0 11 66 20 62 73 75
Binary 11010110 11000010 1100010 0 1001 110110 10000 110010 111011 111101

Color Harmonies of #D6C262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C262

Black with #D6C262

Text Example


Text Example

White with #D6C262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C262; }

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

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

background-color css

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

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

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

border-color css

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

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

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