Html Css Color HEX #D7C25F Tacha

📋 copy color: '#D7C25F'

red 215 ◦ green 194 ◦ blue 95

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

Shades of Tacha #D7C25F

Tints of Tacha #D7C25F

RGB

 RED value IS 215 (84.38% from 255) = 42.66%

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

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

R = 42.66%
G = 38.49%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7C25F (or 0xD7C25F) is known color: Tacha. HEX triplet: D7, C2 and 5F. RGB value is (215,194,95). Sum of RGB (Red+Green+Blue) = 215+194+95=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C25F is #283DA0. Grayscale: #BDBDBD. Windows color (decimal): -2637217 or 6275799. OLE color: 6275799.

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

Color convert

RGB 215 194 95 -
CMYK 0 0.10 0.56 0.16
HSL 49.5º 0.6% 0.61% -
HSV(B) 49.5º 0.56% 0.84% -
XYZ 49.38 53.86 18.62 -
YUV 188.99 74.96 146.55 -
System Red Green Blue C M Y K H S L
Decimal 215 194 95 0 0.10 0.56 0.16 49.5 0.6 0.61
Hex D7 C2 5F 0 A 38 10 32 3C 3D
Octal 327 302 137 0 12 70 20 62 74 75
Binary 11010111 11000010 1011111 0 1010 111000 10000 110010 111100 111101

Color Harmonies of #D7C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C25F

Black with #D7C25F

Text Example


Text Example

White with #D7C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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