#DAF953

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

Shades of Honeysuckle #DAF953

Tints of Honeysuckle #DAF953

Color information

#DAF953 (or 0xDAF953) is unknown color: approx Honeysuckle. HEX triplet: DA, F9 and 53. RGB value is (218,249,83). Sum of RGB (Red+Green+Blue) = 218+249+83=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 83 (32.81% from 255 or 15.09% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF953 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF953 is #2506AC. Grayscale: #DDDDDD. Windows color (decimal): -2426541 or 5503450. OLE color: 5503450.

HSL color Cylindrical-coordinate representation of color #DAF953: hue angle of 71.2º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAF953 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB21824983-
CMYK0.1200.670.02
HSL71.2º93.26%65.1%-
HSV(B)71.2º66.67%97.65%-
XYZ64.3583.2820.87-
YUV220.8150.23126-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 249 (97.66% from 255) = 45.27%
BLUE value IS 83 (32.81% from 255) = 15.09%
R=39.64%
G=45.27%
B=15.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218249830.1200.670.0271.293.2665.1
HexDAF953C0432475d41
Octal3323711231401032107135101
Binary1101101011111001101001111000100001110100011110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF953; }

 p { color: rgb(218,249,83); }

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

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

 a { background-color: rgb(218,249,83); }

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

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

 span { border-color: rgb(218,249,83); }

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