Html Css Color HEX #DDDF4B Manz

📋 copy color: '#DDDF4B'

red 221 ◦ green 223 ◦ blue 75

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

Shades of Manz #DDDF4B

Tints of Manz #DDDF4B

RGB

 RED value IS 221 (86.72% from 255) = 42.58%

 GREEN value IS 223 (87.5% from 255) = 42.97%

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

R = 42.58%
G = 42.97%
B = 14.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDDF4B (or 0xDDDF4B) is known color: Manz. HEX triplet: DD, DF and 4B. RGB value is (221,223,75). Sum of RGB (Red+Green+Blue) = 221+223+75=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF4B is #2220B4. Grayscale: #CECECE. Windows color (decimal): -2236597 or 4972509. OLE color: 4972509.

HSL color Cylindrical-coordinate representation of color #DDDF4B: hue angle of 60.81º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDDF4B is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 223 75 -
CMYK 0.01 0 0.66 0.13
HSL 60.81º 0.7% 0.58% -
HSV(B) 60.81º 0.66% 0.87% -
XYZ 57.48 68.66 16.88 -
YUV 205.53 54.34 139.03 -
System Red Green Blue C M Y K H S L
Decimal 221 223 75 0.01 0 0.66 0.13 60.81 0.7 0.58
Hex DD DF 4B 1 0 42 D 3D 46 3A
Octal 335 337 113 1 0 102 15 75 106 72
Binary 11011101 11011111 1001011 1 0 1000010 1101 111101 1000110 111010

Color Harmonies of #DDDF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDF4B

Black with #DDDF4B

Text Example


Text Example

White with #DDDF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDF4B; }

 p { color: rgb(221,223,75); }

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

background-color css

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

 a { background-color: rgb(221,223,75); }

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

border-color css

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

 span { border-color: rgb(221,223,75); }

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