Html Css Color HEX #D4D85A Manz

📋 copy color: '#D4D85A'

red 212 ◦ green 216 ◦ blue 90

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

Shades of Manz #D4D85A

Tints of Manz #D4D85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

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

R = 40.93%
G = 41.7%
B = 17.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D4D85A (or 0xD4D85A) is known color: Manz. HEX triplet: D4, D8 and 5A. RGB value is (212,216,90). Sum of RGB (Red+Green+Blue) = 212+216+90=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D85A is #2B27A5. Grayscale: #C8C8C8. Windows color (decimal): -2828198 or 5953748. OLE color: 5953748.

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

Color convert

RGB 212 216 90 -
CMYK 0.02 0 0.58 0.15
HSL 61.9º 0.62% 0.6% -
HSV(B) 61.9º 0.58% 0.85% -
XYZ 53.55 63.85 19.17 -
YUV 200.44 65.67 136.25 -
System Red Green Blue C M Y K H S L
Decimal 212 216 90 0.02 0 0.58 0.15 61.9 0.62 0.6
Hex D4 D8 5A 2 0 3A F 3E 3E 3C
Octal 324 330 132 2 0 72 17 76 76 74
Binary 11010100 11011000 1011010 10 0 111010 1111 111110 111110 111100

Color Harmonies of #D4D85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D85A

Black with #D4D85A

Text Example


Text Example

White with #D4D85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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