Html Css Color HEX #D6C25F Tacha

📋 copy color: '#D6C25F'

red 214 ◦ green 194 ◦ blue 95

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

Shades of Tacha #D6C25F

Tints of Tacha #D6C25F

RGB

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

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

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

R = 42.54%
G = 38.57%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6C25F (or 0xD6C25F) is known color: Tacha. HEX triplet: D6, C2 and 5F. RGB value is (214,194,95). Sum of RGB (Red+Green+Blue) = 214+194+95=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C25F is #293DA0. Grayscale: #BDBDBD. Windows color (decimal): -2702753 or 6275798. OLE color: 6275798.

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

Color convert

RGB 214 194 95 -
CMYK 0 0.09 0.56 0.16
HSL 49.92º 0.59% 0.61% -
HSV(B) 49.92º 0.56% 0.84% -
XYZ 49.09 53.71 18.61 -
YUV 188.69 75.13 146.05 -
System Red Green Blue C M Y K H S L
Decimal 214 194 95 0 0.09 0.56 0.16 49.92 0.59 0.61
Hex D6 C2 5F 0 9 38 10 32 3B 3D
Octal 326 302 137 0 11 70 20 62 73 75
Binary 11010110 11000010 1011111 0 1001 111000 10000 110010 111011 111101

Color Harmonies of #D6C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C25F

Black with #D6C25F

Text Example


Text Example

White with #D6C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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