Html Css Color HEX #D8D25F Manz

📋 copy color: '#D8D25F'

red 216 ◦ green 210 ◦ blue 95

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

Shades of Manz #D8D25F

Tints of Manz #D8D25F

RGB

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

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

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

R = 41.46%
G = 40.31%
B = 18.23%

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

#D8D25F (or 0xD8D25F) is known color: Manz. HEX triplet: D8, D2 and 5F. RGB value is (216,210,95). Sum of RGB (Red+Green+Blue) = 216+210+95=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D25F is #272DA0. Grayscale: #C7C7C7. Windows color (decimal): -2567585 or 6279896. OLE color: 6279896.

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

Color convert

RGB 216 210 95 -
CMYK 0 0.03 0.56 0.15
HSL 57.02º 0.61% 0.61% -
HSV(B) 57.02º 0.56% 0.85% -
XYZ 53.43 61.52 19.88 -
YUV 198.68 69.49 140.35 -
System Red Green Blue C M Y K H S L
Decimal 216 210 95 0 0.03 0.56 0.15 57.02 0.61 0.61
Hex D8 D2 5F 0 3 38 F 39 3D 3D
Octal 330 322 137 0 3 70 17 71 75 75
Binary 11011000 11010010 1011111 0 11 111000 1111 111001 111101 111101

Color Harmonies of #D8D25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D25F

Black with #D8D25F

Text Example


Text Example

White with #D8D25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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