#DDFD4B

Color #DDFD4B Honeysuckle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honeysuckle #DDFD4B

Tints of Honeysuckle #DDFD4B

Color information

#DDFD4B (or 0xDDFD4B) is unknown color: approx Honeysuckle. HEX triplet: DD, FD and 4B. RGB value is (221,253,75). Sum of RGB (Red+Green+Blue) = 221+253+75=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 75 (29.69% from 255 or 13.66% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD4B is #2202B4. Grayscale: #DFDFDF. Windows color (decimal): -2228917 or 4980189. OLE color: 4980189.

HSL color Cylindrical-coordinate representation of color #DDFD4B: hue angle of 70.79º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDFD4B is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB22125375-
CMYK0.1300.700.01
HSL70.79º97.8%64.31%-
HSV(B)70.79º70.36%99.22%-
XYZ66.2186.1319.79-
YUV223.1444.4126.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 253 (99.22% from 255) = 46.08%
BLUE value IS 75 (29.69% from 255) = 13.66%
R=40.26%
G=46.08%
B=13.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal221253750.1300.700.0170.7997.864.31
HexDDFD4BD0461476240
Octal3353751131501061107142100
Binary110111011111110110010111101010001101100011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD4B; }

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

 H1.HeaderClassName
 {
   color: #DDFD4B;
 }
 .AnyTagClassName
 {
   color: #DDFD4B;
 }
</style>
background-color css

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

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

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

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

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

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