#DAF03C

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

Shades of Pear #DAF03C

Tints of Pear #DAF03C

Color information

#DAF03C (or 0xDAF03C) is unknown color: approx Pear. HEX triplet: DA, F0 and 3C. RGB value is (218,240,60). Sum of RGB (Red+Green+Blue) = 218+240+60=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF03C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF03C is #250FC3. Grayscale: #D5D5D5. Windows color (decimal): -2428868 or 3993818. OLE color: 3993818.

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

Color convert

RGB21824060-
CMYK0.0900.750.06
HSL67.33º85.71%58.82%-
HSV(B)67.33º75%94.12%-
XYZ60.8977.5516.03-
YUV212.941.71131.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.08%
GREEN value IS 240 (94.14% from 255) = 46.33%
BLUE value IS 60 (23.83% from 255) = 11.58%
R=42.08%
G=46.33%
B=11.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal218240600.0900.750.0667.3385.7158.82
HexDAF03C904B643563b
Octal33236074110113610312673
Binary110110101111000011110010010100101111010000111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF03C; }

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

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

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

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

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

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

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

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