Html Css Color HEX #D1DA4B Manz

📋 copy color: '#D1DA4B'

red 209 ◦ green 218 ◦ blue 75

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

Shades of Manz #D1DA4B

Tints of Manz #D1DA4B

RGB

 RED value IS 209 (82.03% from 255) = 41.63%

 GREEN value IS 218 (85.55% from 255) = 43.43%

 BLUE value IS 75 (29.69% from 255) = 14.94%

R = 41.63%
G = 43.43%
B = 14.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D1DA4B (or 0xD1DA4B) is known color: Manz. HEX triplet: D1, DA and 4B. RGB value is (209,218,75). Sum of RGB (Red+Green+Blue) = 209+218+75=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA4B is #2E25B4. Grayscale: #C7C7C7. Windows color (decimal): -3024309 or 4971217. OLE color: 4971217.

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

Color convert

RGB 209 218 75 -
CMYK 0.04 0 0.66 0.15
HSL 63.78º 0.66% 0.57% -
HSV(B) 63.78º 0.66% 0.85% -
XYZ 52.64 64.21 16.28 -
YUV 199.01 58.02 135.13 -
System Red Green Blue C M Y K H S L
Decimal 209 218 75 0.04 0 0.66 0.15 63.78 0.66 0.57
Hex D1 DA 4B 4 0 42 F 40 42 39
Octal 321 332 113 4 0 102 17 100 102 71
Binary 11010001 11011010 1001011 100 0 1000010 1111 1000000 1000010 111001

Color Harmonies of #D1DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA4B

Black with #D1DA4B

Text Example


Text Example

White with #D1DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA4B; }

 p { color: rgb(209,218,75); }

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

background-color css

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

 a { background-color: rgb(209,218,75); }

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

border-color css

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

 span { border-color: rgb(209,218,75); }

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