Html Css Color HEX #DADC4B Manz

📋 copy color: '#DADC4B'

red 218 ◦ green 220 ◦ blue 75

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

Shades of Manz #DADC4B

Tints of Manz #DADC4B

RGB

 RED value IS 218 (85.55% from 255) = 42.5%

 GREEN value IS 220 (86.33% from 255) = 42.88%

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

R = 42.5%
G = 42.88%
B = 14.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DADC4B (or 0xDADC4B) is known color: Manz. HEX triplet: DA, DC and 4B. RGB value is (218,220,75). Sum of RGB (Red+Green+Blue) = 218+220+75=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 75 (29.69% from 255 or 14.62% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC4B is #2523B4. Grayscale: #CBCBCB. Windows color (decimal): -2433973 or 4971738. OLE color: 4971738.

HSL color Cylindrical-coordinate representation of color #DADC4B: hue angle of 60.83º 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 #DADC4B is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 75 -
CMYK 0.01 0 0.66 0.14
HSL 60.83º 0.67% 0.58% -
HSV(B) 60.83º 0.66% 0.86% -
XYZ 55.78 66.6 16.57 -
YUV 202.87 55.84 138.79 -
System Red Green Blue C M Y K H S L
Decimal 218 220 75 0.01 0 0.66 0.14 60.83 0.67 0.58
Hex DA DC 4B 1 0 42 E 3D 43 3A
Octal 332 334 113 1 0 102 16 75 103 72
Binary 11011010 11011100 1001011 1 0 1000010 1110 111101 1000011 111010

Color Harmonies of #DADC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC4B

Black with #DADC4B

Text Example


Text Example

White with #DADC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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