Html Css Color HEX #D9D25F Manz

📋 copy color: '#D9D25F'

red 217 ◦ green 210 ◦ blue 95

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

Shades of Manz #D9D25F

Tints of Manz #D9D25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.23%

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

R = 41.57%
G = 40.23%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9D25F (or 0xD9D25F) is known color: Manz. HEX triplet: D9, D2 and 5F. RGB value is (217,210,95). Sum of RGB (Red+Green+Blue) = 217+210+95=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D25F is #262DA0. Grayscale: #C7C7C7. Windows color (decimal): -2502049 or 6279897. OLE color: 6279897.

HSL color Cylindrical-coordinate representation of color #D9D25F: hue angle of 56.56º degrees, saturation: 0.62, 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 #D9D25F is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 210 95 -
CMYK 0 0.03 0.56 0.15
HSL 56.56º 0.62% 0.61% -
HSV(B) 56.56º 0.56% 0.85% -
XYZ 53.73 61.67 19.9 -
YUV 198.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 217 210 95 0 0.03 0.56 0.15 56.56 0.62 0.61
Hex D9 D2 5F 0 3 38 F 39 3E 3D
Octal 331 322 137 0 3 70 17 71 76 75
Binary 11011001 11010010 1011111 0 11 111000 1111 111001 111110 111101

Color Harmonies of #D9D25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D25F

Black with #D9D25F

Text Example


Text Example

White with #D9D25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D25F; }

 p { color: rgb(217,210,95); }

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

background-color css

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

 a { background-color: rgb(217,210,95); }

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

border-color css

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

 span { border-color: rgb(217,210,95); }

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