Html Css Color HEX #D2DB4B Manz

📋 copy color: '#D2DB4B'

red 210 ◦ green 219 ◦ blue 75

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

Shades of Manz #D2DB4B

Tints of Manz #D2DB4B

RGB

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

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

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

R = 41.67%
G = 43.45%
B = 14.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#D2DB4B (or 0xD2DB4B) is known color: Manz. HEX triplet: D2, DB and 4B. RGB value is (210,219,75). Sum of RGB (Red+Green+Blue) = 210+219+75=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DB4B is #2D24B4. Grayscale: #C8C8C8. Windows color (decimal): -2958517 or 4971474. OLE color: 4971474.

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

Color convert

RGB 210 219 75 -
CMYK 0.04 0 0.66 0.14
HSL 63.75º 0.67% 0.58% -
HSV(B) 63.75º 0.66% 0.86% -
XYZ 53.18 64.87 16.38 -
YUV 199.89 57.52 135.21 -
System Red Green Blue C M Y K H S L
Decimal 210 219 75 0.04 0 0.66 0.14 63.75 0.67 0.58
Hex D2 DB 4B 4 0 42 E 40 43 3A
Octal 322 333 113 4 0 102 16 100 103 72
Binary 11010010 11011011 1001011 100 0 1000010 1110 1000000 1000011 111010

Color Harmonies of #D2DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DB4B

Black with #D2DB4B

Text Example


Text Example

White with #D2DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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