Html Css Color HEX #D8D74C Manz

📋 copy color: '#D8D74C'

red 216 ◦ green 215 ◦ blue 76

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

Shades of Manz #D8D74C

Tints of Manz #D8D74C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.41%

 BLUE value IS 76 (30.08% from 255) = 14.99%

R = 42.6%
G = 42.41%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8D74C (or 0xD8D74C) is known color: Manz. HEX triplet: D8, D7 and 4C. RGB value is (216,215,76). Sum of RGB (Red+Green+Blue) = 216+215+76=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 76 (30.08% from 255 or 14.99% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D74C is #2728B3. Grayscale: #C8C8C8. Windows color (decimal): -2566324 or 5035992. OLE color: 5035992.

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

Color convert

RGB 216 215 76 -
CMYK 0 0.00 0.65 0.15
HSL 59.57º 0.64% 0.57% -
HSV(B) 59.57º 0.65% 0.85% -
XYZ 53.92 63.72 16.29 -
YUV 199.45 58.33 139.8 -
System Red Green Blue C M Y K H S L
Decimal 216 215 76 0 0.00 0.65 0.15 59.57 0.64 0.57
Hex D8 D7 4C 0 0 41 F 3C 40 39
Octal 330 327 114 0 0 101 17 74 100 71
Binary 11011000 11010111 1001100 0 0 1000001 1111 111100 1000000 111001

Color Harmonies of #D8D74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D74C

Black with #D8D74C

Text Example


Text Example

White with #D8D74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D74C; }

 p { color: rgb(216,215,76); }

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

background-color css

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

 a { background-color: rgb(216,215,76); }

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

border-color css

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

 span { border-color: rgb(216,215,76); }

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