#DDF85C

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

Shades of Honeysuckle #DDF85C

Tints of Honeysuckle #DDF85C

Color information

#DDF85C (or 0xDDF85C) is unknown color: approx Honeysuckle. HEX triplet: DD, F8 and 5C. RGB value is (221,248,92). Sum of RGB (Red+Green+Blue) = 221+248+92=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 92 (36.33% from 255 or 16.40% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF85C is #2207A3. Grayscale: #DEDEDE. Windows color (decimal): -2230180 or 6093021. OLE color: 6093021.

HSL color Cylindrical-coordinate representation of color #DDF85C: hue angle of 70.38º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDF85C is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB22124892-
CMYK0.1100.630.03
HSL70.38º91.76%66.67%-
HSV(B)70.38º62.9%97.25%-
XYZ65.3283.2822.76-
YUV222.1454.55127.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 248 (97.27% from 255) = 44.21%
BLUE value IS 92 (36.33% from 255) = 16.40%
R=39.39%
G=44.21%
B=16.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal221248920.1100.630.0370.3891.7666.67
HexDDF85CB03F3465c43
Octal335370134130773106134103
Binary110111011111100010111001011011111111100011010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF85C; }

 p { color: rgb(221,248,92); }

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

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

 a { background-color: rgb(221,248,92); }

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

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

 span { border-color: rgb(221,248,92); }

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