Html Css Color HEX #D2DB4F Manz

📋 copy color: '#D2DB4F'

red 210 ◦ green 219 ◦ blue 79

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

Shades of Manz #D2DB4F

Tints of Manz #D2DB4F

RGB

 RED value IS 210 (82.42% from 255) = 41.34%

 GREEN value IS 219 (85.94% from 255) = 43.11%

 BLUE value IS 79 (31.25% from 255) = 15.55%

R = 41.34%
G = 43.11%
B = 15.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#D2DB4F (or 0xD2DB4F) is known color: Manz. HEX triplet: D2, DB and 4F. RGB value is (210,219,79). Sum of RGB (Red+Green+Blue) = 210+219+79=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 79 (31.25% from 255 or 15.55% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DB4F is #2D24B0. Grayscale: #C8C8C8. Windows color (decimal): -2958513 or 5233618. OLE color: 5233618.

HSL color Cylindrical-coordinate representation of color #D2DB4F: hue angle of 63.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2DB4F is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 219 79 -
CMYK 0.04 0 0.64 0.14
HSL 63.86º 0.66% 0.58% -
HSV(B) 63.86º 0.64% 0.86% -
XYZ 53.32 64.93 17.12 -
YUV 200.35 59.52 134.88 -
System Red Green Blue C M Y K H S L
Decimal 210 219 79 0.04 0 0.64 0.14 63.86 0.66 0.58
Hex D2 DB 4F 4 0 40 E 40 42 3A
Octal 322 333 117 4 0 100 16 100 102 72
Binary 11010010 11011011 1001111 100 0 1000000 1110 1000000 1000010 111010

Color Harmonies of #D2DB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB4F

Black with #D2DB4F

Text Example


Text Example

White with #D2DB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB4F; }

 p { color: rgb(210,219,79); }

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

background-color css

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

 a { background-color: rgb(210,219,79); }

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

border-color css

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

 span { border-color: rgb(210,219,79); }

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