#DAF09C

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

Shades of Reef #DAF09C

Tints of Reef #DAF09C

Color information

#DAF09C (or 0xDAF09C) is unknown color: approx Reef. HEX triplet: DA, F0 and 9C. RGB value is (218,240,156). Sum of RGB (Red+Green+Blue) = 218+240+156=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 156 (61.33% from 255 or 25.41% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF09C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF09C is #250F63. Grayscale: #E0E0E0. Windows color (decimal): -2428772 or 10285274. OLE color: 10285274.

HSL color Cylindrical-coordinate representation of color #DAF09C: hue angle of 75.71º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAF09C is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB218240156-
CMYK0.0900.350.06
HSL75.71º73.68%77.65%-
HSV(B)75.71º35%94.12%-
XYZ66.0779.6343.34-
YUV223.8589.71123.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 240 (94.14% from 255) = 39.09%
BLUE value IS 156 (61.33% from 255) = 25.41%
R=35.50%
G=39.09%
B=25.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401560.0900.350.0675.7173.6877.65
HexDAF09C902364c4a4e
Octal332360234110436114112116
Binary11011010111100001001110010010100011110100110010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF09C; }

 p { color: rgb(218,240,156); }

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

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

 a { background-color: rgb(218,240,156); }

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

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

 span { border-color: rgb(218,240,156); }

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