Html Css Color HEX #D4D55B Manz

📋 copy color: '#D4D55B'

red 212 ◦ green 213 ◦ blue 91

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

Shades of Manz #D4D55B

Tints of Manz #D4D55B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.28%

 BLUE value IS 91 (35.94% from 255) = 17.64%

R = 41.09%
G = 41.28%
B = 17.64%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D4D55B (or 0xD4D55B) is known color: Manz. HEX triplet: D4, D5 and 5B. RGB value is (212,213,91). Sum of RGB (Red+Green+Blue) = 212+213+91=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D55B is #2B2AA4. Grayscale: #C7C7C7. Windows color (decimal): -2828965 or 6018516. OLE color: 6018516.

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

Color convert

RGB 212 213 91 -
CMYK 0.00 0 0.57 0.16
HSL 60.49º 0.59% 0.6% -
HSV(B) 60.49º 0.57% 0.84% -
XYZ 52.83 62.34 19.15 -
YUV 198.79 67.17 137.42 -
System Red Green Blue C M Y K H S L
Decimal 212 213 91 0.00 0 0.57 0.16 60.49 0.59 0.6
Hex D4 D5 5B 0 0 39 10 3C 3B 3C
Octal 324 325 133 0 0 71 20 74 73 74
Binary 11010100 11010101 1011011 0 0 111001 10000 111100 111011 111100

Color Harmonies of #D4D55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D55B

Black with #D4D55B

Text Example


Text Example

White with #D4D55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D55B; }

 p { color: rgb(212,213,91); }

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

background-color css

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

 a { background-color: rgb(212,213,91); }

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

border-color css

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

 span { border-color: rgb(212,213,91); }

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