#D3DE07

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

Shades of Bird Flower #D3DE07

Tints of Bird Flower #D3DE07

Color information

#D3DE07 (or 0xD3DE07) is unknown color: approx Bird Flower. HEX triplet: D3, DE and 07. RGB value is (211,222,7). Sum of RGB (Red+Green+Blue) = 211+222+7=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3DE07 is #2C21F8. Grayscale: #C3C3C3. Windows color (decimal): -2892281 or 515795. OLE color: 515795.

HSL color Cylindrical-coordinate representation of color #D3DE07: hue angle of 63.07º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3DE07 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB2112227-
CMYK0.0500.970.13
HSL63.07º93.89%44.9%-
HSV(B)63.07º96.85%87.06%-
XYZ53.0266.1110.17-
YUV194.222.36139.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.95%
GREEN value IS 222 (87.11% from 255) = 50.45%
BLUE value IS 7 (3.12% from 255) = 1.59%
R=47.95%
G=50.45%
B=1.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21122270.0500.970.1363.0793.8944.9
HexD3DE75061D3f5e2d
Octal323336750141157713655
Binary11010011110111101111010110000111011111111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DE07; }

 p { color: rgb(211,222,7); }

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

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

 a { background-color: rgb(211,222,7); }

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

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

 span { border-color: rgb(211,222,7); }

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