Html Css Color HEX #D4D75A Manz

📋 copy color: '#D4D75A'

red 212 ◦ green 215 ◦ blue 90

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

Shades of Manz #D4D75A

Tints of Manz #D4D75A

RGB

 RED value IS 212 (83.2% from 255) = 41.01%

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

 BLUE value IS 90 (35.55% from 255) = 17.41%

R = 41.01%
G = 41.59%
B = 17.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D4D75A (or 0xD4D75A) is known color: Manz. HEX triplet: D4, D7 and 5A. RGB value is (212,215,90). Sum of RGB (Red+Green+Blue) = 212+215+90=517 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.01% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D75A is #2B28A5. Grayscale: #C8C8C8. Windows color (decimal): -2828454 or 5953492. OLE color: 5953492.

HSL color Cylindrical-coordinate representation of color #D4D75A: hue angle of 61.44º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4D75A is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 215 90 -
CMYK 0.01 0 0.58 0.16
HSL 61.44º 0.61% 0.6% -
HSV(B) 61.44º 0.58% 0.84% -
XYZ 53.3 63.34 19.09 -
YUV 199.85 66.01 136.66 -
System Red Green Blue C M Y K H S L
Decimal 212 215 90 0.01 0 0.58 0.16 61.44 0.61 0.6
Hex D4 D7 5A 1 0 3A 10 3D 3D 3C
Octal 324 327 132 1 0 72 20 75 75 74
Binary 11010100 11010111 1011010 1 0 111010 10000 111101 111101 111100

Color Harmonies of #D4D75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D75A

Black with #D4D75A

Text Example


Text Example

White with #D4D75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D75A; }

 p { color: rgb(212,215,90); }

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

background-color css

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

 a { background-color: rgb(212,215,90); }

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

border-color css

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

 span { border-color: rgb(212,215,90); }

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