Html Css Color HEX #D8C25F Tacha

📋 copy color: '#D8C25F'

red 216 ◦ green 194 ◦ blue 95

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

Shades of Tacha #D8C25F

Tints of Tacha #D8C25F

RGB

 RED value IS 216 (84.77% from 255) = 42.77%

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

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

R = 42.77%
G = 38.42%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8C25F (or 0xD8C25F) is known color: Tacha. HEX triplet: D8, C2 and 5F. RGB value is (216,194,95). Sum of RGB (Red+Green+Blue) = 216+194+95=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C25F is #273DA0. Grayscale: #BDBDBD. Windows color (decimal): -2571681 or 6275800. OLE color: 6275800.

HSL color Cylindrical-coordinate representation of color #D8C25F: hue angle of 49.09º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8C25F is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 194 95 -
CMYK 0 0.10 0.56 0.15
HSL 49.09º 0.61% 0.61% -
HSV(B) 49.09º 0.56% 0.85% -
XYZ 49.68 54.01 18.63 -
YUV 189.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 216 194 95 0 0.10 0.56 0.15 49.09 0.61 0.61
Hex D8 C2 5F 0 A 38 F 31 3D 3D
Octal 330 302 137 0 12 70 17 61 75 75
Binary 11011000 11000010 1011111 0 1010 111000 1111 110001 111101 111101

Color Harmonies of #D8C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C25F

Black with #D8C25F

Text Example


Text Example

White with #D8C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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