Html Css Color HEX #D9C25D Tacha

📋 copy color: '#D9C25D'

red 217 ◦ green 194 ◦ blue 93

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

Shades of Tacha #D9C25D

Tints of Tacha #D9C25D

RGB

 RED value IS 217 (85.16% from 255) = 43.06%

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

 BLUE value IS 93 (36.72% from 255) = 18.45%

R = 43.06%
G = 38.49%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9C25D (or 0xD9C25D) is known color: Tacha. HEX triplet: D9, C2 and 5D. RGB value is (217,194,93). Sum of RGB (Red+Green+Blue) = 217+194+93=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 93 (36.72% from 255 or 18.45% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C25D is #263DA2. Grayscale: #BDBDBD. Windows color (decimal): -2506147 or 6144729. OLE color: 6144729.

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

Color convert

RGB 217 194 93 -
CMYK 0 0.11 0.57 0.15
HSL 48.87º 0.62% 0.61% -
HSV(B) 48.87º 0.57% 0.85% -
XYZ 49.88 54.13 18.17 -
YUV 189.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 217 194 93 0 0.11 0.57 0.15 48.87 0.62 0.61
Hex D9 C2 5D 0 B 39 F 31 3E 3D
Octal 331 302 135 0 13 71 17 61 76 75
Binary 11011001 11000010 1011101 0 1011 111001 1111 110001 111110 111101

Color Harmonies of #D9C25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C25D

Black with #D9C25D

Text Example


Text Example

White with #D9C25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C25D; }

 p { color: rgb(217,194,93); }

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

background-color css

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

 a { background-color: rgb(217,194,93); }

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

border-color css

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

 span { border-color: rgb(217,194,93); }

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