Html Css Color HEX #D6DB4A Manz

📋 copy color: '#D6DB4A'

red 214 ◦ green 219 ◦ blue 74

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

Shades of Manz #D6DB4A

Tints of Manz #D6DB4A

RGB

 RED value IS 214 (83.98% from 255) = 42.21%

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

 BLUE value IS 74 (29.3% from 255) = 14.6%

R = 42.21%
G = 43.2%
B = 14.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#D6DB4A (or 0xD6DB4A) is known color: Manz. HEX triplet: D6, DB and 4A. RGB value is (214,219,74). Sum of RGB (Red+Green+Blue) = 214+219+74=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DB4A is #2924B5. Grayscale: #C9C9C9. Windows color (decimal): -2696374 or 4905942. OLE color: 4905942.

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

Color convert

RGB 214 219 74 -
CMYK 0.02 0 0.66 0.14
HSL 62.07º 0.67% 0.57% -
HSV(B) 62.07º 0.66% 0.86% -
XYZ 54.3 65.45 16.25 -
YUV 200.98 56.34 137.29 -
System Red Green Blue C M Y K H S L
Decimal 214 219 74 0.02 0 0.66 0.14 62.07 0.67 0.57
Hex D6 DB 4A 2 0 42 E 3E 43 39
Octal 326 333 112 2 0 102 16 76 103 71
Binary 11010110 11011011 1001010 10 0 1000010 1110 111110 1000011 111001

Color Harmonies of #D6DB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DB4A

Black with #D6DB4A

Text Example


Text Example

White with #D6DB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DB4A; }

 p { color: rgb(214,219,74); }

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

background-color css

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

 a { background-color: rgb(214,219,74); }

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

border-color css

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

 span { border-color: rgb(214,219,74); }

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